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

setuptools.dist imports packaging, but check_specifier accesses packaging.specifiers #997

Closed
jimfulton opened this issue Mar 23, 2017 · 5 comments · Fixed by #998
Closed

Comments

@jimfulton
Copy link
Contributor

This causes an attribute error in check_specifier.

@jimfulton
Copy link
Contributor Author

jimfulton commented Mar 24, 2017

FWIW, this is breaking a deployment I'm dealing with.

(I'm working around it.)

@jaraco
Copy link
Member

jaraco commented Mar 26, 2017

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).

@jimfulton
Copy link
Contributor Author

The bug became effective then. :)

@jaraco
Copy link
Member

jaraco commented Mar 26, 2017

I believe this report is a duplicate of #967.

@jimfulton
Copy link
Contributor Author

Yup

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

Successfully merging a pull request may close this issue.

2 participants