Beginner here, please be gentle! I’m receiving an error that reads
ImportError: No module named sklearn when using pycharm.
I’m trying to import matplotlib
, numpy
, and sklearn
. I’ve downloaded scikit_learn
. I’ve also downloaded anaconda
.
I have “two” pythons. Looks like this…
MacHD/Library/Frameworks/python.framework/versions/3.4/site-packages/sklearn
MacHD/Library/Python/2.7/
... in here ispip
andscikit_learn
The strange thing is that matplotlib
and numpy
work but not sklearn
. How can I figure out what's wrong?