xgboost installation issue with anaconda

前端 未结 7 1062
庸人自扰
庸人自扰 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:13

    Did you try using pip?
    source activate yourenvironment
    pip install xgboost

提交回复
热议问题