ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.解决方法

在准备查看一网站支持技术类型时,安装wad库出现了问题:
ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.解决方法
ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.解决方法ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.解决方法

查阅资料后,发现这其实是一个国内某些下载偏慢致使timeout出现的问题,解决方法有几种,比较简单的是直接加一个timeout设定
pip --default-timeout=100 install wad
之后成功。