简体   繁体   中英

How do I install scitools module on Python3 with Anaconda?

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM