“ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: 'F:\python\Lib\site-packages\PyQt5\Qt5\bin\d3dcompiler_47.dll'
Consider using the `--user` option or check the permissions.”
出现上面检查权限的错误时,方法一般有两种:
1.pip install ***后加上 --user
2.上面方法如果不能解决的终极方法:
关闭360等杀毒软件!



