Xgboost: خطأ في تثبيت XGBoost Windows

تم إنشاؤها على ٥ أبريل ٢٠١٦  ·  4تعليقات  ·  مصدر: dmlc/xgboost

أهلا،

أنا أستخدم WIndows 7 ، في محاولة لتثبيت XGBoost للبيثون.
أنا أستخدم GIT Bash للقيام بذلك.
لقد اتبعت الخطوات الواردة في الصفحة التالية-
https://github.com/dmlc/xgboost/blob/master/doc/build.md#building-on-windows
لدي الإصدار التالي في MinGW-
صندوق صنع mingw32 3.82.90-2-cvs-20120902
mingw32-make doc 3.82.90-2-cvs-20120902
mingw32-make lang 3.82.90-2-cvs-20120902
mingw32-make lic 3.82.90-2-cvs-20120902
وإصدار g ++ التالي-
mingw32-gcc-g ++ bin 4.9.3-1
mingw32-gcc-g ++ dev 4.8.1-4
mingw32-gcc-g ++ doc 4.8.1-4
mingw32-gcc-g ++ man 4.9.3-1

عند تنفيذ الأوامر التالية-
cp make/mingw64.mk config.mk; make -j4
تلقيت الخطأ التالي للأمر الثاني-
$ make -j4 g++ -m64 -std=c++0x -Wall -O3 -msse2 -Wno-unknown-pragmas -funroll-loops -Iinclude -DDMLC_ENABLE_STD_THREAD=0 -Idmlc-core/include -Irabit/include -fopenmp -MM -MT build/learner.o src/learner.cc >build/learner.d g++ -m64 -std=c++0x -Wall -O3 -msse2 -Wno-unknown-pragmas -funroll-loops -Iinclude -DDMLC_ENABLE_STD_THREAD=0 -Idmlc-core/include -Irabit/include -fopenmp -MM -MT build/logging.o src/logging.cc >build/logging.d g++ -m64 -std=c++0x -Wall -O3 -msse2 -Wno-unknown-pragmas -funroll-loops -Iinclude -DDMLC_ENABLE_STD_THREAD=0 -Idmlc-core/include -Irabit/include -fopenmp -MM -MT build/common/common.o src/common/common.cc >build/common/common.d g++ -m64 -std=c++0x -Wall -O3 -msse2 -Wno-unknown-pragmas -funroll-loops -Iinclude -DDMLC_ENABLE_STD_THREAD=0 -Idmlc-core/include -Irabit/include -fopenmp -MM -MT build/c_api/c_api_error.o src/c_api/c_api_error.cc >build/c_api/c_api_error.d cc1plus.exe: sorry, unimplemented: 64-bit mode not compiled in Makefile:97: recipe for target 'build/common/common.o' failed mingw32-make: *** [build/common/common.o] Error 1 mingw32-make: *** Waiting for unfinished jobs.... cc1plus.exe: sorry, unimplemented: 64-bit mode not compiled in Makefile:97: recipe for target 'build/c_api/c_api_error.o' failed mingw32-make: *** [build/c_api/c_api_error.o] Error 1 cc1plus.exe: sorry, unimplemented: 64-bit mode not compiled in cc1plus.exe: sorry, unimplemented: 64-bit mode not compiled in Makefile:97: recipe for target 'build/logging.o' failed mingw32-make: *** [build/logging.o] Error 1 Makefile:97: recipe for target 'build/learner.o' failed mingw32-make: *** [build/learner.o] Error 1
الرجاء مساعدتي في العثور على حل لذلك لا يمكنني تجاوز هذه المشكلة ......!

التعليق الأكثر فائدة

العمل أخيرًا !!
فيما يلي مصدر مفيد للغاية -
http://stackoverflow.com/questions/33749735/how-to-install-xgboost-package-in-python-windows-platform

اتبعه وصولاً إلى كل واصلة

ال 4 كومينتر

لم أتمكن من تثبيت أحدث إصدار أيضًا. آمل أن يتمكن أحدهم من مساعدتي. في الوقت الحالي ، أستخدم الإصدار 0.40. إذا احتاج أي شخص إلى مساعدة في تثبيت هذا الإصدار ، يسعدني تقديم المساعدة.

@ uasthana15 أنت تستخدم mingw32 ، من فضلك استخدم mingw64.

thirdwing ، هل يمكنك توضيح أنني اعتقدت أنني كنت أستخدم mingw64 وهذا ما هو مكتوب على نافذة bash الخاصة بي ، وهل يمكنك توفير رابط لتثبيته من.

SoulEvill شكرا أي مساعدة موضع تقدير كبير ، يرجى إعلامي أين يمكنني أن أبدأ.

العمل أخيرًا !!
فيما يلي مصدر مفيد للغاية -
http://stackoverflow.com/questions/33749735/how-to-install-xgboost-package-in-python-windows-platform

اتبعه وصولاً إلى كل واصلة

هل كانت هذه الصفحة مفيدة؟
0 / 5 - 0 التقييمات