You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building an app inside a Docker container on my M1 Mac, and I was surprised to find that I could not install the oso Python module from PyPI because there are no arm64 wheels published for Linux. I was able to add another stage to my Dockerfile to build my own wheel (and verified that all tests pass) but it would be nice to install from PyPI.
I'd be happy to help with the GitHub workflow to get it to produce arm64 wheels but I think there's a couple different ways that it could be done so I thought I'd bring it up first before throwing diffs at you.
The text was updated successfully, but these errors were encountered:
jordemort
changed the title
No wheels for ARM64 Linux
No Python wheels for ARM64 Linux
Jun 10, 2022
I'm building an app inside a Docker container on my M1 Mac, and I was surprised to find that I could not install the oso Python module from PyPI because there are no arm64 wheels published for Linux. I was able to add another stage to my Dockerfile to build my own wheel (and verified that all tests pass) but it would be nice to install from PyPI.
I'd be happy to help with the GitHub workflow to get it to produce arm64 wheels but I think there's a couple different ways that it could be done so I thought I'd bring it up first before throwing diffs at you.
The text was updated successfully, but these errors were encountered: