Releasing AArch64 wheels on PyPI
See original GitHub issueDescription
Hi Team,
The aarch64 wheels for cupy-cuda are released here: https://pip.cupy.dev/aarch64 .This requires installation through pip install cupy-cuda11x –f https://pip.cupy.dev/aarch64
and directly installing through pip install cupy-cuda11x
gives the following error:
ERROR: Could not find a version that satisfies the requirement cupy-cuda115 (from versions: none)
ERROR: No matching distribution found for cupy-cuda115
May I know if you have any plans for releasing them on PyPI so that the aarch64 wheels can be installed directly through pip install cupy-cuda11x
?
Additional Information
No response
Issue Analytics
- State:
- Created a year ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Release Linux aarch64 wheels in PyPI · Issue #10433 - GitHub
We just published aarch64 wheels for the current versions of all of our packages. If you run into any problems with wheel packages,...
Read more >cibuildwheel - PyPI
Build Python wheels on CI with minimal configuration. ... CIBW_PRERELEASE_PYTHONS, Enable building with pre-release versions of Python if available.
Read more >[#PYSIDE-1595] Add support to release aarch64 wheels
Resolution ----------- On aarch64, 'pip install pyside6' and 'pip install shiboken6' should download the wheels from pypi Please let me know ...
Read more >Wheel support for linux aarch64 (#463) · Issues - cffi - Heptapod
There is only the issue of new releases: it is not possible on PyPI to send all wheels of a new version and...
Read more >Building Python Wheels — NEURON documentation
With above, wheel will be created like release from the provided tag but they won't be uploaded to the pypi.org ( as we...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It will, but we’re a bit hesitant to put this instruction on our documentation. It’d be nicer if this instruction does not
leanleak into downstream 🙂Ok, Thanks.