티스토리 뷰
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
- 엑셀
- 인쇄열고정
- Excel
- type명령어
- nbconvert
- ICPC
- graph traversals
- Markdown Note
- SecurityContextPersistenceFilter
- Python
- 동시설치
- Open ID Connect
- unreachable object
- SecurityContextRepository
- greedy
- dynamic programming
- 스도쿠
- Note App
- anaconda설치
- 이클립스메모리분석툴
- anaconda2
- minor GC
- 여러 파일 하나로 합치기
- Divide&Conquer
- Bruteforce
- 인쇄행고정
- DP
- ipynb
- 메모리제한
- backtracking
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함