pip 설치 및 Python 종속성 문제

pip 설치 및 Python 종속성 문제

RHEL 7.6 서버에 pip(pip 20.1.1)를 설치 중입니다.

tar -xvzf pip-20.1.1.tar.gz -C /install
cd /install/pip-20.1.1
python setup.py install

우리는 예외를 얻습니다

/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'project_urls'

warning.warn(msg)

Traceback (most recent call last):

File stup.py line 87 in module

python_requires => 2.7, !=3, !=3.1, !=3.2, !=3.3, !=3.4

다음 Python 버전이 설치되어 있으므로 이 예외가 발생하는 이유를 잘 모르겠습니다.

python python2 python2.7 python2.7-config python-config python3 python-config

설치 도구 버전은 다음과 같습니다.

easy_install --version
setuptools 44.1.1 from /usr/lib/python2.7/site-packages (Python 2.7)

관련 정보