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

Unable to create Docker virtual machine - ERROR: Cannot uninstall 'terminado'. #54

Open
PikaRapier opened this issue May 22, 2020 · 2 comments

Comments

@PikaRapier
Copy link

I am unable to create the Docker virtual env as I keep encountering the error: Cannot uninstall 'terminate'. What should I do?

Attempting uninstall: terminado
Found existing installation: terminado 0.8.3
ERROR: Cannot uninstall 'terminado'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
Removing intermediate container 59b2cd2c6875
The command '/bin/sh -c ${KERNEL_PYTHON_PREFIX}/bin/pip install --no-cache-dir -r "binder/requirements.txt"' returned a non-zero code: 1(base)

@schmidi198
Copy link

clone the repo and edit the binder/requirements.txt --> from
old: terminado==0.8.2
to
new: terminado==0.8.3
after run --> repo2docker /path/to/your/clone//Mining-the-Social-Web-3rd-Edition

@cmosguy
Copy link

cmosguy commented Nov 29, 2020

Thanks @schmidi198 I guess someone could do a PR on this. Thanks for the help here!

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