-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 18.1: pipenv graph results in ImportError: cannot import name 'get_installed_distributions' #2925
Comments
This is caused py The workaround that works there is valid for this issue downgrade your I'm currently using
Once #2924 is fixed and released, you can upgrade again to the latest and greatest.
|
Depending on whether this is fixed upstream we can either patch this or upgrade |
I was looking into how pip is used in Pipenv, and this one is actually different from #2924. We’ve migrated to pip-shims in most code paths, but |
Another error documented in pypa/pipenv#2925 which breaks calling `pipenv graph` in the postBuild script.
It's been fixed in pipdeptree version 0.13.1. |
Ah, excellent! |
fixed in master as well, thanks for the quick turn around @naiquevin |
also released |
I upgraded pipenv and currently have the following versions:
Since it was released I assume it would have been fixed in 2018.10.9? I still get:
|
I'm getting a similar issue to @thernstig above. Just updated this morning.
Error below:
|
Issue description
When you install pip 18.1 (not reproducible with pip 18.0 and below),
pipenv graph
fails withImportError
.Expected result
I expect
pipenv graph
to work with no exceptions.Actual result
The text was updated successfully, but these errors were encountered: