2017-11-10 19 views
0

私は PY -3.6 -mがパンダに CインストールPIPコマンドラインから3.6バージョンを使用してのpythonにパンダをインストールしてみました:\ユーザー\ mnperezp \ Pythonpandas> PY -3.6 -mパンダに 収集パンダ企業環境でpython 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/ 
をインストールPIP (バージョンから: )

が要求パンダを満たすバージョンが見つかりませんでした そしてパンダ

が見つかりません一致分布を、私は、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

プロキシ

の背後にあるように見えますが

pip install --proxy domain\user:[email protected]:port pandas 
+0

ばかな質問をしてみ?どのように私はプロキシアドレスを知ることができますか? – user5987994

+0

あなたのOSとプロキシの種類によって異なります。より簡単にあなたのネットワーク管理者に尋ねられます。 –

+2

IT部門にお問い合わせください。彼らがあなたを助けないなら、他の企業にインタビューしてください! –

関連する問題