Unable to install shogun on ubuntu

477 views Asked by At

I have installed anaconda3 on my ubuntu 16.04. I am now trying to install shogun toolbox. I am typing the following command:-

conda install -c conda-forge shogun

And I am getting the following error:-

UnsatisfiableError: The following specifications were found to be in conflict:

  - blaze
  - python 3.6*
  - shogun

Use "conda info <package>" to see the dependencies for each package.

Can anyone help?

2

There are 2 answers

0
Ankit Patel On

Though not exact match of the question asked but might help in understanding the Unsatisfiable Error meaning.

conda install python=3.6 UnsatisfiableError

0
anmol porwal On

do: conda uninstall pytables then: conda install shogun