Every time I try to install HyperOpt-Sklearn library in Google Collab, I get the following error:
fatal: destination path 'hyperopt-sklearn' already exists and is not an empty directory.
/bin/bash: line 0: cd: hyperopt: No such file or directory
ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /content
Not sure why I get an error with this library and not with others.
I use the installation code that they suggest in their website:
!git clone https://github.com/hyperopt/hyperopt-sklearn.git
!cd hyperopt
!pip install -e .
Although not mentioned in their documentation, turns out the package is available at PyPi and it can be installed simply by
pip
; the following is run in a Google Colab notebook: