无法在公司环境中安装python pandas。有办法绕过吗?

2024-06-24 11:39:36 发布

您现在位置:Python中文网/ 问答频道 /正文

我试图从命令行使用3.6版本在python上安装pandas py-3.6-m pip安装pandas C: \Users\mnperezp\Pythonpandas>;py-3.6-m pip安装pandas 收集熊猫

Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connec
tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x03F7E390>, 'Connection to pypi.python.
org timed out. (connect timeout=15)')': /simple/pandas/
  Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connec
tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x03F7E910>, 'Connection to pypi.python.
org timed out. (connect timeout=15)')': /simple/pandas/
  Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connec
tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x03F7E770>, 'Connection to pypi.python.
org timed out. (connect timeout=15)')': /simple/pandas/
  Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connec
tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x03F7EE50>, 'Connection to pypi.python.
org timed out. (connect timeout=15)')': /simple/pandas/
  Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connec
tion broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.conne
ction.VerifiedHTTPSConnection object at 0x03F7E4F0>, 'Connection to pypi.python.
org timed out. (connect timeout=15)')': /simple/pandas/

找不到满足要求pandas的版本(来自版本: ) 找不到熊猫的匹配分布

然后,我尝试将熊猫存储在我运行Python3.6的同一个位置。我确实找到了正确的目录python.exe熊猫-0.21.0-cp36-cp36m-manylinux1_x86_64.whl。在

使用这个:

^{pr2}$

然后,我得到了这个。在

python: can't open file '<unprintable file name>': [Errno 2] No such file or directory

有人能给我个建议吗?在

非常感谢。在


Tags: pipnonepandasreadbyconnectredirecttotal