2

my problem seems to be easy but i have no idea how to resolve it. So i got an error

ModuleNotFoundError: No module named 'sklearn'

when i try to import datasets and svc, but in my opinion i had installed all required packages already

C:\Python34\Scripts>pip install -U scikit-learn
Requirement already up-to-date: scikit-learn in c:\python34\lib\site-packages

using python 3.4

C:\Python34\Scripts>pip -V
pip 9.0.1 from c:\python34\lib\site-packages (python 3.4)

also using Eclipse IDE with PyDev, working on Windows

Someone know what is going on?

Lacwik
  • 57
  • 1
  • 8

1 Answers1

2

Ok, found an answer. If someone has the same problem, in my case IDE had linked wrong interpreter

Lacwik
  • 57
  • 1
  • 8