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

时间:2017-11-10 13:44:45

标签: python python-2.7 pandas

我尝试在命令行中使用3.6版本在python上安装pandas     py -3.6 -m pip安装pandas C:\ Users \ mnperezp \ Pythonpandas> py -3.6 -m pip install 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的版本(来自版本:  ) 没有为pandas找到匹配的分发

然后,我试图将Pandas存储在我拥有python 3.6并运行的相同位置。我确实去了python.exe和pandas-0.21.0-cp36-cp36m-manylinux1_x86_64.whl所在的正确目录。

并使用此:

python –m pip install pandas-0.21.0-cp36-cp36m-manylinux1_x86_64.whl

然后,我得到了这个。

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

有人可以建议做什么吗?

非常感谢。

1 个答案:

答案 0 :(得分:1)

看起来你是代理人的背后

尝试

pip install --proxy domain\user:password@proxyaddress:port pandas