dhwiii's notepad | 딥 러닝, 코덱 일기장

[파이썬 에러코드] ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: ' ~ ' Consider using the `--user` option or check the permissions. 본문

■ Working Draft/◎ 에러코드 일기장

[파이썬 에러코드] ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: ' ~ ' Consider using the `--user` option or check the permissions.

dhwiii 2021. 5. 17. 11:43

에러코드ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: ' ~ ' Consider using the `--user` option or check the permissions.

방법 1. Anaconda Prompt를 administrator(관리자 권한)으로 실행하기

방법 2. --user 사용하기 

위와 같이 --user option을 사용하지 않았을 때는 오류가 떴지만, --user를 사용하니 오류가 뜨지 않았다.

Comments