Join Slack
Powered by
I’m using a M1 machine. Is that an issue?
# data-tricks-and-tips
m
Marty Ko
07/29/2022, 10:18 AM
I’m using a M1 machine. Is that an issue?
✅ 1
a
Anna Geller
07/29/2022, 12:25 PM
no, M1 works, the issue is with the asyncio extra in sqlalchemy, check this comment
https://github.com/PrefectHQ/prefect/issues/5044#issuecomment-940035918
you can do:
Copy code
pip install sqlalchemy[asyncio]
even though you shouldn't have to do it, can you try in a new virtual env?
4
Views
Open in Slack
Previous
Next