2017-01-29 7 views
0

는 내가 API의 tweepy를 사용하여 뭔가를 만들려고 노력하고있어 그것은 말합니다 :pip 또는 easy_install이 작동하지 않는 이유는 무엇입니까?

'easy_install' is not recognized as an internal or external command, 
operable program or batch file. 
:

ImportError: No module named 'six' 

내가 핍과 '육'을 설치하거나 cmd를 사용하여 easy_install을 할 때이 오류 메시지가

+0

아마도 관련 http://stackoverflow.com/questions/3701646/how-to-add-to-the-pythonpath-in-windows-7 – danidee

답변

1

Windows를 사용하는 경우 easy_install/pip를 시스템 경로에 추가해야합니다. 이러한 exec는 대개 C : \ Python27 \ Scripts에 있습니다. 그들이 없으면 설치해야합니다. 다음 팁을 참조하십시오. How do I install pip on Windows?