내 pip 버전은 /usr/local/lib/python2.7/dist-packages/pip(python 2.7)의 20.0.2입니다.
git을 설치할 수 없습니다. 내가 여기서 무엇을 놓치고 있는 걸까요?
$pip install git
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement git (from versions: none)
ERROR: No matching distribution found for git
답변1
설치해야 해요
pip install gitpython