You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: