Python pip install ERROR: Exception:

关于pip install 或pip3 install报错的问题,有如下解决步骤

1、首先,出现大量报错,定是人为因素,而不是系统错误。

最后一行是报错原因,根据原因,寻找解决方案。

Python pip install ERROR: Exception:_第1张图片

2、ValueError:check_hostname requires server_hostname

此处是因为我开了代理服务器, pip和pip3程序无法正常下载文件

原因:使用了VPN或架设了服务器

3、关闭代理服务器

Python pip install ERROR: Exception:_第2张图片

Python pip install ERROR: Exception:_第3张图片

Python pip install ERROR: Exception:_第4张图片

 4、关闭代理服务器后功能正常

Python pip install ERROR: Exception:_第5张图片

你可能感兴趣的:(python)