Beginner here.
I'm trying to use sklearn in pycharm. When importing sklearn I get an error
that reads "Import error: No module named sklearn" The project interpreter in
pycharm is set to 2.7.10 (/anaconda/bin/python.app), which should be the right
one. Under default preferenes, project interpre
ycharm, a simple:
import sklearn
print sklearn.__file__
I get..
3. /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
/Users/EdanMizrahi/PycharmProjects/untitled3/tryagain
Traceback (most recent call last):
File "/Users/EdanMizrahi/PycharmProjects/untitled3/trya
gt; >
> > --
> >
> >
> >
> > Joel Goldstick
> > http://joelgoldstick.com
>
> Thanks Joel.
> 1. In the terminal I get: Requirement already up-to-date: scikit-learn in
> /anaconda/lib/python2.7/site-packages"
>
> 2. In pycharm,