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

Doesn't work with pip-autoremove #324

Closed
neilmcguigan opened this issue Jan 24, 2020 · 2 comments
Closed

Doesn't work with pip-autoremove #324

neilmcguigan opened this issue Jan 24, 2020 · 2 comments
Labels
question Further information is requested

Comments

@neilmcguigan
Copy link

Overview

try pip-autoremove goodtables and you get this error:

Traceback (most recent call last):
File "/home/xxx/PycharmProjects/biglambda/venv/bin/pip-autoremove", line 10, in
sys.exit(main())
File "/home/xxx/PycharmProjects/biglambda/venv/lib/python3.6/site-packages/pip_autoremove.py", line 106, in main
autoremove(args, yes=opts.yes)
File "/home/xxx/PycharmProjects/biglambda/venv/lib/python3.6/site-packages/pip_autoremove.py", line 21, in autoremove
dead = list_dead(names)
File "/home/xxx/PycharmProjects/biglambda/venv/lib/python3.6/site-packages/pip_autoremove.py", line 29, in list_dead
graph = get_graph()
File "/home/xxx/PycharmProjects/biglambda/venv/lib/python3.6/site-packages/pip_autoremove.py", line 89, in get_graph
for req in requires(dist):
File "/home/xxx/PycharmProjects/biglambda/venv/lib/python3.6/site-packages/setuptools-40.8.0-py3.6.egg/pkg_resources/init.py", line 481, in get_distribution
File "/home/xxx/PycharmProjects/biglambda/venv/lib/python3.6/site-packages/setuptools-40.8.0-py3.6.egg/pkg_resources/init.py", line 357, in get_provider
File "/home/xxx/PycharmProjects/biglambda/venv/lib/python3.6/site-packages/setuptools-40.8.0-py3.6.egg/pkg_resources/init.py", line 643, in find
pkg_resources.VersionConflict: (docutils 0.16 (/home/xxx/PycharmProjects/biglambda/venv/lib/python3.6/site-packages), Requirement.parse('docutils<0.16,>=0.10'))

pip-autoremove works with other packages


Please preserve this line to notify @roll (lead of this repository)

@roll roll changed the title doesn't work with pip-autoremove Doesn't work with pip-autoremove Jan 27, 2020
@roll roll added the question Further information is requested label Jan 27, 2020
@roll
Copy link
Member

roll commented Jan 27, 2020

Hi @neilmcguigan, could you please provide more context. For now, it's hard to say how it's related to goodtables.

@roll roll closed this as completed Apr 6, 2020
@roll roll reopened this Apr 6, 2020
@roll
Copy link
Member

roll commented Apr 6, 2020

I'm closing as it's a botocore bug - boto/botocore#1942 - hopefully, will be resolved soon

@roll roll closed this as completed Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Archived in project
Development

No branches or pull requests

2 participants