小编Ora*_*Aff的帖子

错误:找不到 pandas 的匹配发行版 - “pip install pandas”

我刚刚在我的办公室机器上安装了Python。我已经安装了 Python Python 3.7 - 64 位和 Python 3.8 - 32 位。然后我卸载了 32 位,因为我的 Windows 是 64 位。

我想使用 pip 安装 pandas。但我收到以下错误。

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/pandas/
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/pandas/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by …
Run Code Online (Sandbox Code Playgroud)

python pip python-3.x pandas

4
推荐指数
1
解决办法
3万
查看次数

标签 统计

pandas ×1

pip ×1

python ×1

python-3.x ×1