hummingbird/TROUBLESHOOTING.md

840 B

Troubleshooting Common Problems:

Installation Issues with External Libraries:

MacOS

  • xgboost installation: Ex: ./xgboost/build-python.sh: line 21: cmake: command not found

    • Install cmake (Ex: brew install cmake).
  • lightgbm installation: OSError: dlopen(lib_lightgbm.so, 6): Library not loaded: ...libomp.dylib

Windows

  • Pytorch installation: ERROR: Could not find a version that satisfies the requirement torch>=1.4.0).
    • Install PyTorch manually by following the instructions on PyTorch website.