J'ai installé scikit-learn en suivant ces instructions
Même quand j'essaye maintenant de courir à nouveau: sudo pip install -U scikit-learn
Je reçois ce message prouvant à nouveau que l'installation est correcte:
Requirement already up-to-date: scikit-learn in /home/begueradj/.local/lib/python2.7/site-packages
Mais je n'arrive pas à l'importer:
begueradj@begueradj-Sampo:~/Desktop/begueradj$ python
Python 2.7.6 (default, Mar 22 2014, 22:59:38)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sklearn
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named sklearn
Comment résoudre ça?