jumpserver 安装python 报错


环境centos7.5

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

 

在执行 就成功了


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM