PIP2 pip 오프라인 설치 pip 패키지 추출 pip freeze > requirements.txt pip 패키지 다운로드 pip download -r requirements.txt pip 오프라인 설치 python -m pip install --no-index --find-links="./" -r requirements.txt 2023. 4. 6. [pip] 패키지 설치 시 SSH 에러 WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1123)'))': /simple/html-testrunner pip 설치 시 해당 오류가 발생할 수 있다 이 경우 옵션에 아래 문구를 넣어주면 된다. --trusted-host pypi.python.org --trusted-host .. 2021. 3. 12. 이전 1 다음