티스토리 뷰
Python/Python 트러블슈팅
python pip install 문제 해결 (sslerror httpsconnectionpool(host='files.pythonhosted.org' port=443) : --trusted-host
Better than alone 2019. 1. 3. 14:24google or tool 파이썬 라이브러리 설치하려고 pip install ortools 했더니 에러 발생 .
에러메세지 :
~~SSLError: HTTPSConnectionPool(host='files.pythonhosted.org',port=443): Max retries exceed with url: /packages .........
해결방법 :
pip install --trusted-host pypi.python.org --trusted-host pypi.org --trusted-host files.pythonhosted.org ortools
임시방편인듯함.
참고한 부분 :
https://code.i-harness.com/ko-kr/q/18c7307
pip install \
--trusted-host pypi.python.org \
--trusted-host pypi.org \
--trusted-host files.pythonhosted.org \
<package>
pytorch
pip install torch===1.2.0 torchvision===0.4.0 -f https://download.pytorch.org/whl/torch_stable.html --trusted-host download.pytorch.org
반응형
'Python > Python 트러블슈팅' 카테고리의 다른 글
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Note App
- ipynb
- Bruteforce
- backtracking
- greedy
- DP
- 인쇄열고정
- type명령어
- Open ID Connect
- SecurityContextPersistenceFilter
- ICPC
- anaconda2
- unreachable object
- 메모리제한
- Markdown Note
- anaconda설치
- Python
- minor GC
- Divide&Conquer
- 엑셀
- SecurityContextRepository
- nbconvert
- 인쇄행고정
- 스도쿠
- Excel
- 동시설치
- graph traversals
- 여러 파일 하나로 합치기
- dynamic programming
- 이클립스메모리분석툴
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함