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

package accepted on Pypi cannot be installed by pip #17594

Closed
monperrus opened this issue Feb 12, 2025 · 6 comments
Closed

package accepted on Pypi cannot be installed by pip #17594

monperrus opened this issue Feb 12, 2025 · 6 comments
Labels
bug 🐛 requires triaging maintainers need to do initial inspection of issue

Comments

@monperrus
Copy link

** Actions **

Push a wheel to Pypi called foo.whl for

Package: bar
Version: 1.0

Expected behavior

The package can be installed with pip

Actual behavior

The package cannot be installed with pip.

This is because foo.whl does not comply with the naming convention.

It should be {name}-{version}.*.whl

@di
Copy link
Member

di commented Feb 12, 2025

Can you give us a link to an example?

@monperrus
Copy link
Author

pip install fourtytwo==1.0

see versions at https://pypi.org/simple/fourtytwo/, only 1.3, 1.5 and 1.7 are valid.

@di
Copy link
Member

di commented Feb 12, 2025

Thanks. I think this is probably a duplicate of #12316, and will be resolved by #12245, but will verify.

@monperrus
Copy link
Author

thanks @di

@di
Copy link
Member

di commented Feb 13, 2025

@monperrus Confirmed these would be blocked once #12245 is resolved. You should have gotten an email telling you the filenames would soon be considered invalid (if not, let us know). Closing as a duplicate of #12245 and #12316.

@di di closed this as completed Feb 13, 2025
@monperrus
Copy link
Author

thanks @di

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 requires triaging maintainers need to do initial inspection of issue
Projects
None yet
Development

No branches or pull requests

2 participants