pip install로 파이썬 패키지를 다운로드할 때 -killed 이라며 중지되는 경우가 있다.
해결법은
pip install <package> --no-cache-dir
'Language > Python' 카테고리의 다른 글
파이썬의 GIL 이란 무엇일까 (0) | 2020.06.11 |
---|---|
requests.exceptions.ConnectionError: ('Connection aborted.', BadStatusLine('ICY 401 Service Unavailable\r\n')) (1) | 2020.03.09 |