반응형
아래 명령을 이용해서 pip 사용시 신뢰하는 호스트를 추가하도록 하자.
python3 -m pip config set global.trusted-host=pypi.org files.pythonhosted.org
이후 설정이 잘 적용 되었는지 pip 설정을 확인하면 된다.
pip config list
'Python' 카테고리의 다른 글
Visual Studio Code - Python 자동 주석 생성 autoDocstring (0) | 2022.08.01 |
---|---|
Python 3.10 신기능 패턴 매칭 switch match 추가등 기능 개선 (0) | 2022.07.31 |
Python - FastApi Cross-Origin Resource Sharing (CORS) 이해/해결 (0) | 2022.07.25 |
Python - __init__ arguments invalid 초기 파라미터 체크 (0) | 2022.07.22 |
Python - 리스트에서 같은 아이템 찾기 List equal item check any/all (0) | 2022.07.20 |
댓글0