pip 在同一网络上的多台计算机上超时

时间:2021-01-12 16:31:12

标签: python networking pip

我经常使用 pip

现在我在尝试运行时遇到错误
pip install numpy

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/numpy/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/numpy/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/numpy/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/numpy/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/numpy/ ERROR: Could not find a version that satisfies the requirement numpy (from versions: none) ERROR: No matching distribution found for numpy

从我的电脑运行命令以及从我的笔记本电脑运行它时,我遇到了同样的错误。

前几天我遇到了一些互联网连接问题,我安装后似乎也出现了问题
pip install -U databricks-connect==7.1.* 运行了一些命令(databricks-connect configuredatabricks-connect test),然后将其卸载。

同样,问题出现在连接到同一网络的两台计算机上。

谢谢 罗伊

1 个答案:

答案 0 :(得分:0)

可能是网络提供商相关的问题