pip._vendor.urllib3.exceptions.ReadTimeoutError:异常解决办法

HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out

原因:下载国外包网络原因,用国内镜像源

pip._vendor.urllib3.exceptions.ReadTimeoutError:异常解决办法_第1张图片

解决办法:pip install --upgrade numpy -i https://mirrors.aliyun.com/pypi/simple/

你可能感兴趣的:(算法,人工智能,深度学习,tensorflow,python,深度学习)