简体   繁体   English

如何使用Anaconda在Python3上安装scitools模块?

[英]How do I install scitools module on Python3 with Anaconda?

I need to install the scitools module in Anaconda. 我需要在Anaconda中安装scitools模块。 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. 我在Windows 10上使用Python 3.我将不胜感激任何帮助。

The packages you are trying to install are only available for linux and osx, you can try with this one: 您尝试安装的软件包仅适用于linux和osx,您可以尝试使用以下软件包:

conda install -c krisvanneste scitools_no_easyviz

Though as the name states it seems to not have support for EasyViz 虽然这个名字表明它似乎不支持EasyViz

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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