728x90
pip install로 파이썬 패키지 다운로드할 때 -killed 라고 중지되는 경우가 있다.
이는
pip install <pakage> --no-cache-dir
이렇게 원하는 패키지 뒤에 —no-cache-dir 을 붙이면 오류 해결!!!
728x90
'오류해결' 카테고리의 다른 글
.\gradlew build 실행시, Execution failed for task ':test'. 오류 해결 (0) | 2024.05.27 |
---|---|
NodeJS : address already 오류 해결 (0) | 2022.12.29 |
ERROR: Failed building wheel for cryptography 오류 해결 (0) | 2022.12.06 |
WARNING: Running pip as the 'root' user can result in broken permissions 오류 해결 (0) | 2022.12.06 |
[OpenCV] module 'cv2.cv2' has no attribute 'face' 오류해결 (0) | 2022.11.05 |