1

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?

darthbith
  • 16,320
  • 9
  • 58
  • 73

2 Answers2

0

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

conda install python=3.6 UnsatisfiableError

0

do: conda uninstall pytables then: conda install shogun

anmol porwal
  • 183
  • 1
  • 4