简体   繁体   English

ImportError:尚未安装名为scitools.std的模块,anaconda

[英]ImportError: No module named scitools.std,anaconda already installed

I have installed anaconda and scitools with sudo.Where is the the problem?I got this: 我已经用sudo安装了anaconda和scitools,问题出在哪里呢?

from scitools.std import *
ImportError: No module named scitools.std

What should I check? 我应该检查什么?

 echo "$PATH"
/home/milenko/anaconda/bin:/`

If you want to use anaconda , 如果您想使用水anaconda

You have to replace apt-get with conda . 您必须用conda替换apt-get

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

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