Lorsque j'ai essayé d'installer Xgboost, j'ai eu une erreur, alors enregistrez-la avec la solution.
environnement
macOS version 10.15.4(Catalina)
anaconda3-5.3.1
ERROR
ERROR: Command errored out with exit status 1:
(Omission)
./xgboost/build-python.sh: line 27: cmake: command not found
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/15//xgboost/setup.py", line 42, in <module>
LIB_PATH = libpath['find_lib_path']()
File "/private/var/folders/15//xgboost/libpath.py", line 50, in find_lib_path
'List of candidates:\n' + ('\n'.join(dll_path)))
XGBoostLibraryNotFound: Cannot find XGBoost Library in the candidate path, did you install compilers and run build.sh in root path?
List of candidates:
/private/var/folders/15/###############################
/private/var/folders/15/###############################
/private/var/folders/15/###############################
/Users//.pyenv/versions/anaconda3-5.3.1/###############################
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
pip install --upgrade pip setuptools
Je l'ai eu quand j'ai reçu une déclaration d'erreur, donc je l'ai exécutée pour le moment. Mis à jour mais non résolu
brew install gcc@8
Cela est également sorti, alors je l'ai géré pour le moment. Je l'ai installé mais ça n'a pas fonctionné
Après tout, pour lire correctement le message d'erreur Puis j'ai trouvé ce message.
Error
./xgboost/build-python.sh: line 27: cmake: command not found
** Ça y est! !! !! !! Donc, j'ai immédiatement exécuté l'installation. ** **
terminal
pip install cmake
cmake est installé. Puis le boost xg préféré
terminal
pip install xgboost
-----
Successfully built xgboost
Installing collected packages: xgboost
Successfully installed xgboost-1.0.2
-----
Recommended Posts