SMALL

아나콘다 환경에서 pip install pandas를 입력했는데

after connection broken by 'sslerror가 발생하면서 설치가 안됨.



원인

회사 안이라 방화벽 문제인것으로 추정됨.


해결


pip install pandas --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org


뒤에 위와 같은 명령어 추가하면 설치됨

LIST

+ Recent posts