프로그래밍/Python
[Python] 윈도우에서 pip로 설치할 때 '액세스가 거부되었습니다' 해결법
jaewoo93
2022. 11. 23. 00:19
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를 실행하면 해결됨.