Beginner here.
I’m trying to use sklearn
in pycharm
. When importing sklearn
I get an error that reads “Import error: No module nam
SOLVED:
sklearn works now!
Double check your python interpreter. Check whether you have select correct interpreter at the first when you create the project.
Or else you can check your interpreter from the project view under External Libraries.
In your case if you didn't select 2.7.10 (/anaconda/bin/python.app
) as your interpreter for the project at the beginning still the program give the same error Import error: No module named sklearn
.