본문 바로가기

Software/Python

[Python] 윈도우에서 pip로 설치할 때 '액세스가 거부되었습니다' 해결법

728x90

ERROR: Could not install packages due to an OSError: [WinError 5] 액세스가 거부되었습니다: 'c:\\python310\\lib\\site-packages\\pip-22.2.1.dist-info\\entry_points.txt'
Consider using the `--user` option or check the permissions.

 

--> 해당 폴더에 적절한 권한이 없어서 발생하는 문제로, 관리자 권한으로 CMD를 실행하면 해결됨.

 

728x90

'Software > Python' 카테고리의 다른 글

[Python] 텍스트를 음성으로 변환  (0) 2022.11.24
[Python] ModuleNotFoundError  (0) 2022.11.23
[Python] socket 모듈  (0) 2022.11.23
[Python] 숫자 맞추기 게임  (0) 2022.11.22
[Python] random 라이브러리 함수  (0) 2022.11.21