-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Unable to build riscv64 wheels #7605
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
Comments
No. Could you add a PR to include it and optionally update the Github actions for RISC builds to include the step where wheels are built? |
NikolajBjorner
added a commit
that referenced
this issue
Apr 5, 2025
could you check if the update addresses the core issue? |
Yes it should do. I applied a similar patch which allowed me to build a 4.14.1.0 wheel for riscv64. |
arbipher
pushed a commit
to arbipher/z3
that referenced
this issue
Apr 17, 2025
add case for linux/risc64
thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce, I cloned the repo and checked out the latest release tag. Then on a VisionFive 2 running Ubuntu 24.04 I type
and I get the following error
This is on Ubuntu 24.04 with Python 3.12, but I also see the same issue with Ubuntu 22.04 and Python 3.8. I'm able to build riscv64 wheels for earlier releases of z3, e.g., z3-4.12.2, without issue.
It looks like the TAGS dict in setup.py is missing entries for riscv64. Is this intentional?
The text was updated successfully, but these errors were encountered: