我想在 64 位 Windows 10 中为 Anaconda Python 3.x 编译 xgboost,所以我按照这里的步骤操作 - https://xgboost.readthedocs.org/en/latest/build.html#building-on-windows和这里 -在 python 下安装 xgboost,64 位 msys 失败。使用 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
您能否让我知道发生了什么以及如何解决这个问题?
非常感谢。