Why I can't pip install nltk on mac os?

前端 未结 1 1164
鱼传尺愫
鱼传尺愫 2021-01-28 06:33

I\'m using mac os mojave, install python 2.7 and install pip using python get-pip.py, I already try those command to install pip :

pip install --upg         


        
相关标签:
1条回答
  • 2021-01-28 07:11

    Start with upgrading installation tools:

    pip install --upgrade setuptools pip
    
    0 讨论(0)
提交回复
热议问题