Skip to content
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

pip install cupy-wheel - "not a valid wheel filename" #7593

Closed
yonting opened this issue May 25, 2023 · 2 comments · Fixed by #7597
Closed

pip install cupy-wheel - "not a valid wheel filename" #7593

yonting opened this issue May 25, 2023 · 2 comments · Fixed by #7597
Assignees

Comments

@yonting
Copy link

yonting commented May 25, 2023

Description

When I try to pip install cupy-wheel I get the error cupy_wheel<...>.whl is not a valid wheel filename.

To Reproduce

pip install cupy-wheel

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 using pip install cupy-cuda11x.

Additional Information

No response

@kmaehashi
Copy link
Member

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.

@kmaehashi
Copy link
Member

kmaehashi commented Jun 13, 2023

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants