본문 바로가기
카테고리 없음

[ERROR] ERROR: Could not install packages due to an OSError: [WinError 5] 액세스가 거부 되었습니다:

by 고돌한 데이터 사이언스 2022. 5. 16.
반응형
ERROR: Could not install packages due to an OSError: [WinError 5] 액세스가 거부 되었습니다: '[경로]\\pip.exe'
Consider using the `--user` option or check the permissions.

 

윈도우에서 python pip로 라이브러리를 설치할 때, 다음과 같은 에러가 나면서 설치가 되지않았다.

ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 액세스가 거부되었습니다: ''
Consider using the `--user` option or check the permissions.

해당 폴더에 적절한 권한이 없어서 발생하는 문제로,

CMD를 관리자 권한으로 실행 후 라이브러리를 설치해주면 된다.

반응형

댓글