0

I need to install the scitools module in Anaconda. The commands

conda install scitools
conda install --channel johannr scitools
conda install -c asmeurer scitools

don't work. I'm using Python 3 on Windows 10. I would appreciate any help.

eyllanesc
  • 235,170
  • 19
  • 170
  • 241
Tanmay Bhore
  • 89
  • 2
  • 9

1 Answers1

0

The packages you are trying to install are only available for linux and osx, you can try with this one:

conda install -c krisvanneste scitools_no_easyviz

Though as the name states it seems to not have support for EasyViz

DLM
  • 555
  • 5
  • 10