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
setuptools.dist imports packaging, but check_specifier accesses packaging.specifiers #997
Comments
jimfulton
added a commit
to jimfulton/setuptools
that referenced
this issue
Mar 24, 2017
FWIW, this is breaking a deployment I'm dealing with. (I'm working around it.) |
This issue probably emerged in Setuptools 34 when the vendoring was removed (ff371f1), as dist no longer imports pkg_resources to get the externs (which would import these submodules). |
The bug became effective then. :) |
I believe this report is a duplicate of #967. |
Yup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This causes an attribute error in check_specifier.
The text was updated successfully, but these errors were encountered: