-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation on latest main
branch is failing
#1358
Comments
Actually, it's also failing on the latest
|
What operating system are you using? I think we may need to try updating the circt dependency and they dropped wheels for python versions except 3.8 and 3.10, but those older ones should be compatible. Are you on an M series Mac? I think there might not be a wheel available for that yet. |
As a temporary workaround, you could try building the Python package from source using these instructions: https://github.com/llvm/circt/blob/main/docs/PythonBindings.md |
Yes, I am on an M series Mac. |
There's currently some issue with deploying an m-series wheel (see llvm/circt#6153), until that's resolved you'll need to build from source |
Related to #1303
Installation on the latest
main
branch fails with the following error onPython 3.9
(andPython 3.10
).The text was updated successfully, but these errors were encountered: