anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
219 stars 88 forks source link

Anaconda fails to install package #266

Closed aattukutti closed 4 years ago

aattukutti commented 4 years ago

I'm trying to install the shogun-ml library using anaconda, but the following error shows up.

The command i'm using is: conda install -c conda-forge shogun

image

jbednar commented 4 years ago

anaconda-project and conda are separate libraries, and here you appear to be using conda, not anaconda-project, so I'll close this and you can file an issue on https://github.com/conda/conda/issues instead.