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

Incompatible with pip 18.1 #105

Closed
Midnighter opened this issue Oct 5, 2018 · 1 comment
Closed

Incompatible with pip 18.1 #105

Midnighter opened this issue Oct 5, 2018 · 1 comment

Comments

@Midnighter
Copy link

Midnighter commented Oct 5, 2018

The newest pip release 18.1 finally moved their API around and pipdeptree no longer works.

Traceback (most recent call last):
  File "/home/moritz/.virtualenvs/test-cobra/lib/python3.6/site-packages/pipdeptree.py", line 17, in <module>
    from pip._internal import get_installed_distributions
ImportError: cannot import name 'get_installed_distributions'

Somehow I was under the impression that pipdeptree was not using the internal pip API but that's obviously wrong. Importing from a module marked as _internal seems... less than ideal 😬

@zachliu
Copy link

zachliu commented Oct 5, 2018

I hereby confirm this incompatibility 😂

craigrbarnes pushed a commit to craigrbarnes/oss-review-toolkit that referenced this issue Oct 29, 2019
Upgrade pipdeptree to version 0.13.2 for compatibility with
Pip 18.1, see tox-dev/pipdeptree#105

Signed-off-by: Craig Barnes <[email protected]>
fviernau pushed a commit to oss-review-toolkit/ort that referenced this issue Oct 30, 2019
Upgrade pipdeptree to version 0.13.2 for compatibility with
Pip 18.1, see tox-dev/pipdeptree#105

Signed-off-by: Craig Barnes <[email protected]>
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