xgboost installation issue with anaconda

前端 未结 7 1061
庸人自扰
庸人自扰 2020-12-30 05:54

I am using Anaconda. I first switched to Python2 (Version 2.7.11).

python -V
Python 2.7.11 :: Continuum Analytics, Inc.

I used the followin

相关标签:
7条回答
  • 2020-12-30 06:30

    I had the same error. I completely uninstalled xgboost by pip unistall. then installed it back by:

    conda install -c bioconda xgboost=0.6a2
    

    This seems to solve the problem

    0 讨论(0)
提交回复
热议问题