아미(아름다운미소)

Consider using the `--user` option or check the permissions. 본문

랭귀지/PYTHON

Consider using the `--user` option or check the permissions.

유키공 2019. 3. 25. 16:12

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

Comments