I thought I would have a play with 2.0 today - tri...
# prefect-community
j
I thought I would have a play with 2.0 today - tried running the code here -> https://orion-docs.prefect.io/tutorials/first-steps/ - get following error?
Copy code
ValueError: the greenlet library is required to use this function. No module named 'greenlet'
Any ideas?
Running on M1 - installed with poetry...
k
I assume your run
Copy code
poetry add "prefect>=2.0b"
?
j
==2.0b1
trying without the pin
same error
hmmm - if I use pip it works 😞
k
yeah I often got problems when using poetry on an M1. Let me see if I can reproduce your error
j
k
I was able to installed correct with poetry when running this command:
Copy code
poetry add "prefect>=2.0b"
I’m using an M1
Have you tried to create a new environment then install Prefect 2.0 with poetry to see if it works?
upvote 1
j
Hey - have tried the above with no luck - will try to make a repro to see if its purely a me issue!