mikhailklassen / Mining-the-Social-Web-3rd-Edition

The official online compendium for Mining the Social Web, 3rd Edition (O'Reilly, 2018)
Other
922 stars 486 forks source link

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

Open PikaRapier opened 4 years ago

PikaRapier commented 4 years ago

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 commented 4 years ago

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 commented 3 years ago

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