[Python] ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied 해결

Minjeong Park·2021년 7월 25일
0

boto3pip install boto3로 설치하다가 다음과 같은 에러가 났다.

ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: 'c:\\python39\\Scripts\\jp.py'
Consider using the `--user` option or check the permissions.

에러 메시지에 나와있는 대로 --user를 추가해주면 된다.

pip install --user  boto3


잘 설치가 되는 모습을 확인할 수 있다.

profile
아자아잣

0개의 댓글