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
- ASP
- python
- MS-SQL
- Linux
- javascript
- sqlite
- 다이어트
- port
- node.js
- mssql
- urllib
- ubuntu
- PER
- swift
- 유니티
- 라즈베리파이
- 맛집
- PyQt
- tensorflow
- MySQL
- GIT
- Unity
- 날짜
- flutter
- Excel
- pandas
- IOS
- 함수
- 리눅스
- PyQt5
Archives
아미(아름다운미소)
Consider using the `--user` option or check the permissions. 본문
pip install PyQt5 에러시(Consider using the `--user` option or check the permissions.)
Could not install packages due to an EnvironmentError: [WinError 5] 액세스가 거부되었습니다: 'C:\\ProgramData\\Anaconda3\\Lib\\site-packages\\PyQt5\\QAxContainer.pyd'
Consider using the `--user` option or check the permissions.
해결)
pip install -U pip --user PyQt5
pip3 install -U pip --user tensorflow
'랭귀지 > python' 카테고리의 다른 글
| python with open을 써서 파일을 여러 개 open하는 법 (0) | 2019.04.02 |
|---|---|
| [PYTHON] MULTIPART FILE UPLOAD (0) | 2019.03.29 |
| Python3 내장 자료형 (0) | 2019.03.05 |
| PyWin32 - Win32 API 사용을 위한 파이썬 확장 (0) | 2019.03.04 |
| python max min 함수 (0) | 2019.03.01 |
Comments