我正在
**ImportError: No module named pip**
执行时
pip install nltk command
我是python的初学者。有人可以建议我解决这个问题吗?
答案 0 :(得分:1)
首先,您必须安装" easy-install"包使用,
curl https://bootstrap.pypa.io/ez_setup.py -o - | python
然后安装" pip" ,
sudo easy_install pip
然后你很高兴
pip install nltk