-
Notifications
You must be signed in to change notification settings - Fork 34
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
No wheels for Linux aarch64 (ARM) #111
Comments
On pypi I see arm64 wheels: https://pypi.org/project/scs/#files Are they not working? Or are you saying that the problem is they are for mac-os rather than linux? |
Yeah, those are just for macOS. Linux ARM ones are called aarch64, and have to be built via emulation like in the docs I linked. For example, if you look at the available scipy wheels, you'll see files that end with |
Any progress on this? I am also having issues on Linux aarch64 (ARM):
|
This may do the trick here as well? See related issue: |
Do you mean adding the changes in that PR (cvxpy#2054) to the scs CI? |
Yes, that's what I was thinking. But didn't spend a lot of time looking at the current build of scs-python (nor cvxpy), just looked into exiting issues. May find some time to look into this during the weekend, thanks. Open to alternatives, in the meantime. |
I have noticed that when I try to install scs-python on a Linux ARM (aarch64) machine, there are no wheels for it on PyPI.
I looked into it briefly, and it appears if you follow the instructions here you should be able to pretty easily add those to your build matrix.
The text was updated successfully, but these errors were encountered: