मैंने इन निर्देशों का पालन करते हुए scikit-learn को स्थापित किया
यहां तक कि जब मैं अब फिर से चलाने की कोशिश करता हूं: sudo pip install -U scikit-learn
मुझे यह संदेश फिर से साबित हो रहा है कि स्थापना ठीक है:
Requirement already up-to-date: scikit-learn in /home/begueradj/.local/lib/python2.7/site-packages
लेकिन मैं इसे आयात करने में विफल रहा:
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
इसे कैसे हल करें?