728x90
ERROR: Could not install packages due to an OSError: HTTPSConnectionPool라는 에러는 pip를 사용할 때 학교나 회사와 같은 방화벽이 활성화 되어있는경우 신뢰성 문제로 많이 발생된다. 간단한 방법으로 해결이 가능한데 이 방법말고는 방화벽이 활성화 되어있지 않은 네트워크에서 진행하는 방법 말고는 없다.
pip3 install --trusted-host pypi.python.org --trusted-host pypi.org --trusted-host files.pythonhosted.org 설치할 패키지
728x90