ERROR: Could not install packages due to an OSError: [WinError 5] 액세스가 거부되었습니다: 'C:\\Program Files\\Python312\\Lib\\site-packages\\urllib3' Consider using the `--user` option or check the permissions.
환경
- 파이썬 3.11.2 설치
에러 현상
- VSCode에서 라이브러리 설치를 위한 명령어를 터미널에 입력하면 아래와 같은 에러가 난다.
ERROR: Could not install packages due to an OSError: [WinError 5] 액세스가 거부되었습니다
해결
- VSCode을 관리자 권한으로 실행한다.
- VSCode 파일 위치 열기를 클릭한 후 우클릭을 하여 속성 > 호환성 > 관리자 권한으로 이 프로그램 실행을 체크한다.
- VSCode를 실행한다.
'Error' 카테고리의 다른 글
npm ERR! -node_modules 재설치 중 에러 (0) | 2024.03.26 |
---|---|
request.getRemoteAddr() 했을 때 IP가 아닌 0:0:0:0:0:0:0:1 출력 (0) | 2023.08.28 |
[Web🌐] Several ports (8005, 8080) required by Tomcat... (0) | 2023.08.07 |
[Web🌐] Refused to display '' in a frame because it set 'X-Frame-Options' to 'sameorigin' (0) | 2023.07.12 |
[Web🌐] ambiguous mapping. cannot map '' method (0) | 2023.05.15 |