每次我尝试在 Google Collab 中安装 HyperOpt-Sklearn 库时,都会收到以下错误:
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
不知道为什么我在这个库而不是其他库中出现错误。
我使用他们在其网站上建议的安装代码:
!git clone https://github.com/hyperopt/hyperopt-sklearn.git
!cd hyperopt
!pip install -e .