본문 바로가기
HW 프로그래밍/라즈베리파이

pip install -killed

by N2info 2022. 10. 14.

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

 

해결법은

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