Open PikaRapier opened 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
Thanks @schmidi198 I guess someone could do a PR on this. Thanks for the help here!
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)