ip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. 오류 해결하기
아래 글은 pip 실행시 발생하는 ssl 오류 해결에 관한 글이어서 python 설치에 관한 자세한 내용은 없으니.. 참고부탁드립니다..! 환경 centos7 openssl1.0.1 python 3.10.5 오류 python을 설치하고 python -m pip install --upgrade pip 를 사용하여 업그레이드 하려고 하니 ip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. 오류가 발생하면서 다운로드 진행이 안됨. 원인 openssl 버전에서 python 지원이 안되는 거라고 함. openssl 버전을 업그레이드 해본다.. 해결 사실 하도 빌드가 안되어서 이것..
Python
2022. 6. 22. 14:29