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

Cannot install 'terminado' #63

Closed
adalee2future opened this issue Jun 1, 2018 · 3 comments
Closed

Cannot install 'terminado' #63

adalee2future opened this issue Jun 1, 2018 · 3 comments

Comments

@adalee2future
Copy link

When pip install hide_code using jupyter in mac, error raised

2018-06-01 10 50 12

@kirbs-
Copy link
Owner

kirbs- commented Jun 1, 2018

What version of pip are you using? This may be an issue with the new version of pip.

@elliottmcollins
Copy link

@adalee2future , the distutils issue is a general problem with pip. It comes up if any dependencies were installed with distutils, which doesn't record metadata that pip considers necessary for safely updating those packages. This is particularly problematic for Anaconda users.

The workaround I used was:
pip install --ignore-installed hide_code

(P.S. hide_code results in a 500 server error every time I open a notebook, but I don't think this is related to the --ignore-installed option.)

@kirbs-
Copy link
Owner

kirbs- commented Jun 5, 2018

Didn't know about --ignore-installed. Thanks for the tip @elliottmcollins !

@kirbs- kirbs- closed this as completed Jun 5, 2018
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

No branches or pull requests

3 participants