apple / tensorflow_macos

TensorFlow for macOS 11.0+ accelerated using Apple's ML Compute framework.
Other
3.66k stars 308 forks source link

XGBoost can install, but import error #239

Open shijianliang001 opened 3 years ago

shijianliang001 commented 3 years ago

brew install gcc brew install cmake git clone --recursive https://github.com/dmlc/xgboost cd xgboost/ make -j4 cd python-package python3 setup.py install

image