question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Releasing AArch64 wheels on PyPI

See original GitHub issue

Description

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:closed
  • Created a year ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
leofangcommented, Aug 29, 2022

It will, but we’re a bit hesitant to put this instruction on our documentation. It’d be nicer if this instruction does not lean leak into downstream 🙂

1reaction
odidevcommented, Aug 8, 2022

Ok, Thanks.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found