-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Error installing Jupyter on Ubuntu: AttributeError: _DistInfoDistribution__dep_map while #2605
Comments
Same question. |
Looks like a problem with pkg_resources; that's outside our control. |
@irmowan thanks.. it works for me |
@takluyver This fix works for me but I don't understand it and would like to. And I don't know what |
pkg_resources is another Python package, used for dealing with things related to installed packages. It's part of setuptools, which has been the cause of a number of headaches for us over the years (though it's improved recently). I don't know exactly why the fix works, but it might be that an older version of pip was using pkg_resources for some operation, and a newer version found a different way to do what it needed to. |
Thank you for the quick response, that helps. |
I had the same problem on ubuntu 14.04, which was not resolved by upgrading pip3. However, this did work: |
@Mathadon Thanks ! It solved for me too.. |
$sudo pip3 install --upgrade pip |
While trying to install jupyter on Ubuntu 16.04, I get an error:
The text was updated successfully, but these errors were encountered: