pip install로 파이썬 패키지를 다운로드할 때 -killed 이라며 중지되는 경우가 있다.

 

해결법은

pip install <package> --no-cache-dir

+ Recent posts