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

 

在执行 就成功了

    原文作者:goodphp
    原文地址: https://www.cnblogs.com/ylj-linux/p/10159310.html
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞