-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
40.1.0 Incorrect handling of pypi dev versions #1463
Labels
Comments
kstensland
changed the title
Incorrect handling of pypi dev versions
40.1.0 Incorrect handling of pypi dev versions
Aug 20, 2018
The actual problem here is with pkg_resources at runtime
|
That's probably because of this in
And the same underlying issue as in #1462, which I'm currently investigating. |
Culprit is e9bdeda. |
Closing as duplicate of #1462. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After installing
beaker_extensions==0.1.1dev
(https://pypi.org/project/beaker_extensions/) using the newest version of setuptools, it seems as though an extraneousdev
is appended to the package name. This is causing issues as my project is expecting the version to bebeaker_extensions==0.1.1dev0
and crashes.This is definitely an incorrectly named package, but it definitely works with a previous versions of setuptools
40.0.0
. I know it could also be related to a recent update by pip.The text was updated successfully, but these errors were encountered: