'ImportError: No module named scitools.std
I installed Anaconda, but now that I wanted to use StringFunction in scitools.std I get error: ImportError: No module named scitools.std! So I did this:
sudo apt-get install python-scitools
Still didn't work. How can I help my computer "find scitools"?
Thank you for your time.
Kind regards, Marius
Solution 1:[1]
In anaconda:
conda install --channel johannr scitools
Solution 2:[2]
For Python3, Use scitools3 instead
pip install scitools3
See also: wikis of scitools and pypi of scitools3
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Kevin Chou |
Solution 2 | Kardi Teknomo |