Getting PyCharm to import sklearn

Joel Goldstick joel.goldstick at gmail.com
Mon Sep 21 11:58:58 EDT 2015


On Mon, Sep 21, 2015 at 11:27 AM, <edanmizrahi at gmail.com> wrote:

> 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 interpreter, I
> see all of anacondas packages. I've double clicked and installed the
> packages scikit learn and sklearn. I still receive the "Import error: No
> module named sklearn"
>
> Does anyone know how to solve this problem?
> --
> https://mail.python.org/mailman/listinfo/python-list
>

It looks like they changed the name.  Maybe this link will help you:

http://scikit-learn.org/stable/install.html

-- 
Joel Goldstick
http://joelgoldstick.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150921/2d297652/attachment.html>


More information about the Python-list mailing list