Skip to content
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

Add arm64 for linux python wheels to nightly #7145

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

smoy
Copy link
Contributor

@smoy smoy commented Mar 4, 2024

No description provided.

@NikolajBjorner
Copy link
Contributor

ok, we can try if this works. Likely will fail to run unit tests.

@NikolajBjorner NikolajBjorner merged commit 4050a43 into Z3Prover:master Mar 5, 2024
12 checks passed
@NikolajBjorner
Copy link
Contributor

@smoy
Copy link
Contributor Author

smoy commented Mar 5, 2024

Can you try it out? https://github.com/Z3Prover/z3/releases/download/Nightly/z3_solver-4.13.0.0-py2.py3-none-manylinux2014_arm64.whl

(venv) root@126be077ecfc:/# pip install https://github.com/Z3Prover/z3/releases/download/Nightly/z3_solver-4.13.0.0-py2.py3-none-manylinux2014_arm64.whl
ERROR: z3_solver-4.13.0.0-py2.py3-none-manylinux2014_arm64.whl is not a supported wheel on this platform.

I debug a little bit, i think we have to account for aarch64 as well as arm64.

Linux 126be077ecfc 6.6.16-linuxkit #1 SMP Fri Feb 16 11:54:02 UTC 2024 aarch64 GNU/Linux
(venv) root@126be077ecfc:/# python3 --version
Python 3.11.2
(venv) root@126be077ecfc:/# python3
Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from distutils.util import get_platform
>>> get_platform()
'linux-aarch64'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants