-
Notifications
You must be signed in to change notification settings - Fork 43
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
pip-autoremove on Fedora 28: pkg_resources.DistributionNotFound #24
Comments
I got the same error when trying to remove the package Here is the installation of
And here is how I try to remove it:
|
There seem to be similar problems in issue #10. |
#16 is likely your solution |
Should be addressed by the merge of #42 and the new release, please close if that resolves your issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo pip-autoremove seaborn -y
<...>
Traceback (most recent call last):
File "/usr/local/bin/pip-autoremove", line 11, in
sys.exit(main())
File "/usr/local/lib/python3.6/site-packages/pip_autoremove.py", line 106, in main
autoremove(args, yes=opts.yes)
File "/usr/local/lib/python3.6/site-packages/pip_autoremove.py", line 21, in autoremove
dead = list_dead(names)
File "/usr/local/lib/python3.6/site-packages/pip_autoremove.py", line 29, in list_dead
graph = get_graph()
File "/usr/local/lib/python3.6/site-packages/pip_autoremove.py", line 89, in get_graph
for req in requires(dist):
File "/usr/local/lib/python3.6/site-packages/pkg_resources/init.py", line 471, in get_distribution
dist = get_provider(dist)
File "/usr/local/lib/python3.6/site-packages/pkg_resources/init.py", line 347, in get_provider
return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
File "/usr/local/lib/python3.6/site-packages/pkg_resources/init.py", line 891, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/local/lib/python3.6/site-packages/pkg_resources/init.py", line 777, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'tornado>=4' distribution was not found and is required by the application
The text was updated successfully, but these errors were encountered: