꿀팁!
Could not find a version that satisfies the requirement in pip install error
남행이
2021. 12. 1. 09:51
pip버전과 python 버전이 달라 에러가 발생했습니다.
python3 --version
으로 버전확인 후
https://bootstrap.pypa.io/pip/3.5/get-pip.py --no-check-certificate
wget으로 숫자 3.5부분에 본인의 파이썬 버전을 입력 후 다운
python3 get-pip.py --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org
이후 다운받은 get-pip.py를 실행
이제 pip로 정상 다운로드 가능!