【发布时间】:2016-03-27 17:37:38
【问题描述】:
我想在 64 位 Windows 10 中为 Anaconda Python 3.x 编译 xgboost,所以我按照这里的步骤 - https://xgboost.readthedocs.org/en/latest/build.html#building-on-windows 和这里 - Install xgboost under python with 64-bit msys failing。使用 64 位 mingw g++,在使用 mingw64.mk “make -j4”时收到以下错误消息:
g++: error: dmlc-core/libdmlc.a: No such file or directory
g++: error: rabit/lib/librabit_empty.a: No such file or directory
Makefile:120: recipe for target 'lib/libxgboost.dll' failed
mingw32-make: *** [lib/libxgboost.dll] Error 1
您能否告诉我发生了什么以及如何解决这个问题?
非常感谢。
【问题讨论】:
标签: python c++ python-3.x mingw-w64 xgboost