热线电话:13121318867

登录
2020-07-27 阅读量: 1065
mac下安装lightgbm成功,但是使用时提示image not found

image.png

image.png

官方文档:

For macOS users:

Starting from version 2.2.1, the library file in distribution wheels is built by the Apple Clang (Xcode_8.3.3) compiler. This means that you don't need to install the gcc compiler anymore. Instead of that you need to install the OpenMPlibrary, which is required for running LightGBM on the system with the Apple Clang compiler. You can install the OpenMP library by the following command: brew install libomp.

解决办法:

通过 brew install libomp 安装一个 libomp 就可以正常使用 lightgbm 了

32.4770
5
关注作者
收藏
评论(0)

发表评论

暂无数据