본문 바로가기
코드 정리/오류

주피터 오류 - ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied:

by pumkinni 2022. 6. 23.

주피터 오류 - ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: 'INSTALLER'Consider using the `--user` option or check the permissions.


pip로 설치가 안될 때

 

install 뒤에 --user을 적어줌

pip install --user 설치파일이름