错误:由于EnvironmentError无法安装软件包:

时间:2019-12-13 17:00:49

标签: python

我的python是3.7.4。我只想升级点子,然后出现此错误

ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'C:\\Users\\SHENSH~1\\AppData\\Local\\Temp\\pip-uninstall-3g065r3k\\pip.exe'
Consider using the `--user` option or check the permissions.

1 个答案:

答案 0 :(得分:0)

在Windows中,请在cmd中尝试使用python可执行文件运行pip安装

例如

python -m pip install package

这应该有效,至少对其他软件包安装来说对我有用。

相关问题