-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
ModuleNotFoundError: No module named 'pkg_resources.extern' #185
Comments
Are you |
I would recommend https://github.com/pipxproject/pipx
|
This issue breaks the |
I would suggest raising this to maintainers of that package instead (either the upstream source the of Arch packager, if those two are different). They would be in a much better position to investigate and suggest a more informed solution. |
I don't |
Well, the |
|
- Fixes #185 Signed-off-by: Dan Ryan <[email protected]>
I was trying to install https://github.com/pypa/pipenv
master
branch, which depends on https://github.com/sarugaku/requirementslib (though it has its copy invendor/
directory for some reason), and when run it fails with:I don't understand the concept but apparently
pkg_resources.extern
is broken:And so in ArchLinux package of https://github.com/pypa/setuptools they simply removed the extern functionality: https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/python-setuptools&id=001edbba7669215db7c853ca4fc8b35f09f044f8#n26
Can this library be changed to not depend on
pkg_resources.extend
? Apparently it's broken for some time and according to the comment above, its use can be replaced with canonical import paths.The text was updated successfully, but these errors were encountered: