Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- python3
- 국가자격증
- 코딩
- 큐넷
- 딥러닝
- NCS
- pytorch
- 실기
- 정보처리
- 2020정보처리기사
- Apple
- coding
- 로지텍
- qnet
- 파이썬
- DEEPLEARNING
- 우분투
- 자격증
- 기사시험
- ubuntu
- 정보처리기사
- 파이토치
- Python
- Logitech
- keyboards
- 기사 실기
- torch
- Anaconda
- 정보처리기사 실기
- 실기시험
Archives
- Today
- Total
dhwiii's notepad | 딥 러닝, 코덱 일기장
[파이썬 에러코드] ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: ' ~ ' Consider using the `--user` option or check the permissions. 본문
■ Working Draft/◎ 에러코드 일기장
[파이썬 에러코드] ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: ' ~ ' Consider using the `--user` option or check the permissions.
dhwiii 2021. 5. 17. 11:43에러코드ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: ' ~ ' Consider using the `--user` option or check the permissions.
방법 1. Anaconda Prompt를 administrator(관리자 권한)으로 실행하기
방법 2. --user 사용하기
위와 같이 --user option을 사용하지 않았을 때는 오류가 떴지만, --user를 사용하니 오류가 뜨지 않았다.
'■ Working Draft > ◎ 에러코드 일기장' 카테고리의 다른 글
Comments