ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。

解决报错:ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: ‘c:\program files\python38\Lib\site-packages\colorama’ Consider using the --user option or check the permissions

用pip命令安装jupyter时出现此报错,根据报错提示可以看出是缺少权限禁止访问。

解决方法:

用管理员模式打开cmd,然后再用命令
pip install jupyter

1、搜索cmd
在这里插入图片描述
2、管理员模式打开
ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。_第1张图片
3、然后直接数据命令:pip install jupyter 安装就行

ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。_第2张图片
我这里已经安装成功。

你可能感兴趣的:(解决报错,软件安装)