Notice
Recent Posts
Recent Comments
Link
아미(아름다운미소)
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