pip3 insatll ./python-gssapi-0.6.4.tar.gz 報錯

Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-d7ng3hb6-build/
You are using pip version 9.0.1, however version 18.1 is available.
You should consider upgrading via the ‘pip install --upgrade pip’ command.

解決辦法:

python -m pip install --upgrade --force pip

pip install setuptools==33.1.1

在執行 就成功了

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章