오류해결
python pip install - killed 죽었음 오류 해결
경토리
2022. 12. 6. 17:30
728x90
pip install로 파이썬 패키지 다운로드할 때 -killed 라고 중지되는 경우가 있다.
이는
pip install <pakage> --no-cache-dir
이렇게 원하는 패키지 뒤에 —no-cache-dir 을 붙이면 오류 해결!!!
728x90