-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Old version of Setuptools #4309
Comments
I can confirm that updating the vendored version of setuptools fixes this problem (see https://github.com/MinchinWeb/pip/commit/32bbbc92e7fdc172300240e2de0d32d8251cdb10). However, I uncovered a couple of issues in the vendoring script on Windows:
Because of these errors, I won't submit a PR, but it should be as simple as updating setuptools to v34.3.0 or newer. |
I'm pretty sure this is a duplicate of #4216 |
@jaraco Yes, the two look similar. However, in this case, I am trying to install a namespace-d package ( |
Closing this one as duplicate, no need to keep both open. |
Description:
See pypa/setuptools#885
I think I've run into this issue. I've installed two package from the same namespace, and it breaks many things, throwing an error "_NamespacePath object has no attribute sort".
Setuptools was throwing this error (on version 28), so I upgraded it to the current version (34.3.0), but now Pip is throwing the same error. I think upgrading the vendored version of Setuptools will fix the problem.
What I've run:
The text was updated successfully, but these errors were encountered: