이 지침 에 따라 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
이 문제를 해결하는 방법은 무엇입니까?