简体   繁体   中英

how to install xgboost on my anaconda running python3.5

I'm trying to install xgboost on my anaconda (python3.5, mac OSX).

conda install -c aterrel xgboost=0.4.0

It looks like xgboost package does not support python3.5??

UnsatisfiableError: The following specifications were found to be in conflict:
  - python 3.5*
  - xgboost 0.4.0*

Really appreciate it if anyone can help with that. How can I install the package with conda install?

Try the step by step on the official site:

http://xgboost.readthedocs.io/en/latest/build.html

xgboost build can be somewhat tricky on windows but it is pretty straight forward on mac.

i would advice for you to first uninstall the prior version you have installed that isnt working.

i would also advice for you to get the most recent version. ( 0.62 i believe)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM