728x90
반응형
SMALL
ERROR: Could not install packages due to an OSError: [WinError 5] 액세스가 거부되었습니다: 'C:\\Users\\PC\\AppData\\Local\\Temp\\pip-uninstall-n1snqajy\\tqdm.exe'
Consider using the `--user` option or check the permissions.
# 관리자 권한 명령프롬프트로 접속
python -m pip install --upgrade pip
728x90
반응형
LIST
'Programming > Python' 카테고리의 다른 글
[Python] 딕셔너리를 활용한 IP 변환 (0) | 2022.10.19 |
---|---|
[Python] set (집합 자료형) (0) | 2022.09.04 |
[Python] shutil (0) | 2022.08.19 |
[Python] YAML (YAML Ain’t Markup Language) (0) | 2022.08.17 |
UnicodeEncodeError: 'cp949' codec can't encode character illegal multibyte sequence (0) | 2022.08.17 |