반응형 PIP2 uv 를 쓰자! pip 는 python 으로 만든 패키지 프로그램이다.좋(?) 지만, 느리다..이를 극복하기 위한 Rust 로 만든 패키지 관리 프로그램 uv! * 설치 방법Installation | uv Installation | uvUse curl to download the script and execute it with sh: $ curl -LsSf https://astral.sh/uv/install.sh | sh If your system doesn't have curl, you can use wget: $ wget -qO- https://astral.sh/uv/install.sh | sh Request a specific version by including it in thedocs.astral.sh * 사용.. 2025. 6. 19. pip 를 이용한 파이썬 모듈 설치 및 다운로드시 CERTIFICATE_VERIFY_FAILED 오류 해결 C:\Users\{사용자명}\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\pip\_vendor\requests\sessions.py 해당파일을 열고, #: SSL Verification default. self.verify = False #True -> False 로 변경 그래도 안될 경우, download 시 실뢰할수 있는 사이트를 인자값으로 추가 pip --trusted-host pypi.org --trusted-host files.pythonhosted.org download 라이브러리명 2020. 5. 11. 이전 1 다음 반응형