问题
Pyforms library: WinError5 Access is denied.
I have always used pip to install all libraries hassel free in the command window. But when I try to install pyforms library, I get the following error:
Could not install packages due to EnvironmentError: [WinError 5] Access is denied: G:\\Anaconda_3\\Lib\site-packages\\sip.pyd.
Consider using the '--user' option or check the permissions.
I used both: pip install pyforms AND python -m pip install pyforms
My system is windows 10, 64 bit.
Anaconda IDE - spyder.
回答1:
I used
python -m pip install --user pyforms
Gave some warnings but worked.
来源:https://stackoverflow.com/questions/50840725/pyforms-library-winerror5-access-is-denied