https://dagster.io/ logo
Title
a

Andalusia

03/02/2023, 12:46 PM
I receive this error:
d

daniel

03/02/2023, 1:07 PM
Hi Andalusia - a couple of questions - is it possible to share the full output of the command as a file? What kind of machine are you installing Dagster on? Finally, have you successfully installed dagster before? Or is this your first time?
a

Andalusia

03/02/2023, 1:10 PM
This is my first time, windows 10.
pipdagster-airflow-error.txt
d

daniel

03/02/2023, 2:09 PM
Can you try installing it this way? “pip install dagster-airflow grpcio==1.47.2” - it’s looking like the latest version of grpcio may not have included some wheels that it was supposed to
What version of python are you using?
a

Andalusia

03/02/2023, 2:15 PM
3.7
d

daniel

03/02/2023, 2:19 PM
Is trying on python 3.8 or 3.9 an option?
a

Andalusia

03/02/2023, 2:31 PM
I mean i use 3.9*
d

daniel

03/02/2023, 2:44 PM
I see - did trying with grpcio 1.47.2 work any better?
a

Andalusia

03/02/2023, 2:48 PM
Same
pipdagster-airflow-error_2.txt
d

daniel

03/02/2023, 3:54 PM
oh, sorry, what command did you run originally?
Oh, I think you added a
"
in front of the pip
a

Andalusia

03/02/2023, 4:02 PM
I still get the same error by running: pip install dagster-airflow grpcio==1.47.
d

daniel

03/02/2023, 4:03 PM
Are you sure that you're on Python 3.9? I see several log lines in that output that seem to think that you're on Python 3.11
(For example: "C:\Users\ayoub.kaskasou\AppData\Local\Programs\Python\Python311\Lib\site-packages\setuptools\command\install.py:34:") - Python311 not Python 39)
a

Andalusia

03/02/2023, 4:04 PM
let me check again
excuse me, you where right. I have so much enviroments and localy I have 3.11 yes
Should I downgrade to 3.9?
d

daniel

03/02/2023, 4:05 PM
no worries - I suspect changing to 3.9 will work better. We're working with the grpc team to be able to remove our grpcio pin and use the latest version, at which point this should work on python 3.11 too