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

前端 未结 1 1165
鱼传尺愫
鱼传尺愫 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)
提交回复
热议问题