When I try to install conda with following command conda install -c aterrel xgboost=0.4.0
, I have an error
UnsatisfiableError: The following specifications were found to be in conflict:
- python 3.5*
- xgboost 0.4.0*
Use "conda info <package>" to see the dependencies for each package.
The command conda info xbgoost
gives me
NoPackagesFoundError: Package missing in current linux-64 channels:
- xgboost
Ho to fix it and install xgboost?
with Anaconda 4.4.0 just type
conda install py-xgboost