1

I am trying to import the sklearn module into Spyder 2.1 (for Python 2.7). I have installed it on Anaconda through the terminal, but when I try to import it from the console in Spyder I get this error:

ImportError: No module named sklearn.linear_model

I installed sklearn using the command from this link, and it seemed to install fine from the terminal.

I am running Spyder and Anaconda on Ubuntu Crouton (in case that is relevant).

Dowusu
  • 11
  • 4
  • I think this may help. [link](http://stackoverflow.com/questions/10729116/adding-a-module-specifically-pymorph-to-spyder-python-ide). If you can locate, it's just a matter of changing the file paths. – squidvision May 03 '16 at 05:34

1 Answers1

0

I think this may help. [link]Adding a module (Specifically pymorph) to Spyder (Python IDE) If you can locate, it's just a matter of changing the file paths.

Community
  • 1
  • 1
squidvision
  • 289
  • 3
  • 7
  • 17