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

installation of repo2docker fails due to "terminado" #48

Closed mh1001 closed 4 years ago

mh1001 commented 4 years ago

Hi!

On my (Oracle Virtual Box virtual machine) virtual ubuntu 18.04 I was unable to pull the repository with jupyter-repo2docker https://github.com/mikhailklassen/Mining-the-Social-Web-3rd-Edition or repo2docker https://github.com/mikhailklassen/Mining-the-Social-Web-3rd-Edition

I get the following error: 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.

It does neither work when installing it just in the system plain, in a conda or in a virtualenv environment. for any help how to install the repo to go on with the books exercises I'd be really grateful. Thank you. best MH

mh1001 commented 4 years ago

It worked with: clone the git locally first. then remove the line with terminado from requirements.txt. Then repo2docker on the local files.