jumpserver 安装python 报错
Posted ylj-linux
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
在执行 就成功了
以上是关于jumpserver 安装python 报错的主要内容,如果未能解决你的问题,请参考以下文章