我安装了Anaconda,但现在我想在scitools.std中使用StringFunction我收到错误:ImportError:没有名为scitools.std的模块!所以我这样做了:
sudo apt-get install python-scitools
仍然无法正常工作。我怎样才能帮助我的电脑“找到scitools”?
感谢您的时间。
亲切的问候, 的Marius
答案 0 :(得分:1)
apt-get install
将把它安装到系统Python中,而不是Anaconda Python中。您需要使用conda
将软件包安装到Anaconda中。
没有为Anaconda构建官方scitools,但我已经构建了一个并将其放在binstar上(我假设你使用的是Python 2.7,64位Linux)。 conda install -c asmeurer scitools
会得到它。
答案 1 :(得分:0)
在水蟒中:
conda install --channel johannr scitools