We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pip install cupy-wheel
When I try to pip install cupy-wheel I get the error cupy_wheel<...>.whl is not a valid wheel filename.
cupy_wheel<...>.whl is not a valid wheel filename
OS: Windows 10 Python: 3.8.9 pip: 23.1.2 CUDA: CUDA 11.7
None
Unable to install using cupy-wheel. Can install using pip install cupy-cuda11x.
cupy-wheel
pip install cupy-cuda11x
No response
The text was updated successfully, but these errors were encountered:
Hi @yonting, thanks for reporting - confirmed on my end. This is due to that pip 23.1 has changed it's behavior.
https://pip.pypa.io/en/stable/news/#v23-1
Remove setup.py install fallback when building a wheel failed for projects without pyproject.toml.
I'll try fixing the issue.
Sorry, something went wrong.
We've published a hot-fix release. Thanks again for reporting this one!
https://github.com/cupy/cupy/releases/tag/v12.1.0.post1 https://pypi.org/project/cupy-wheel/
kmaehashi
Successfully merging a pull request may close this issue.
Description
When I try to
pip install cupy-wheel
I get the errorcupy_wheel<...>.whl is not a valid wheel filename
.To Reproduce
OS: Windows 10
Python: 3.8.9
pip: 23.1.2
CUDA: CUDA 11.7
Installation
None
Environment
Unable to install using
cupy-wheel
. Can install usingpip install cupy-cuda11x
.Additional Information
No response
The text was updated successfully, but these errors were encountered: