2017-11-10 7 views
0

私の仕事のサンドボックスにanacondaをインストールし、テンソルフローをインストールしようとしました。私はコマンドの下で走って、問題に遭遇する。anacondaで作成された仮想環境にパッケージをインストールする際の問題

(venv) [[email protected] venv]# pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.4.0-cp36-cp36m-linux_x86_64.whl 
Collecting tensorflow-gpu==1.4.0 from https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.4.0-cp36-cp36m-linux_x86_64.whl 
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f6304ba9e80>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /tensorflow/linux/gpu/tensorflow_gpu-1.4.0-cp36-cp36m-linux_x86_64.whl 
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f6304ba9f28>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /tensorflow/linux/gpu/tensorflow_gpu-1.4.0-cp36-cp36m-linux_x86_64.whl 
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f6304b5c048>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /tensorflow/linux/gpu/tensorflow_gpu-1.4.0-cp36-cp36m-linux_x86_64.whl 
^COperation cancelled by user 

は、私は私は私のネットワーク管理者に依頼することができるように、私はdestのIPと任意のポート(複数可)に必要を見つけようとしています

(venv) [[email protected] venv]# ping storage.googleapis.com 
PING storage.l.googleusercontent.com (172.217.12.48) 56(84) bytes of data. 
^C 
--- storage.l.googleusercontent.com ping statistics --- 
19 packets transmitted, 0 received, 100% packet loss, time 17999ms 

そのボックスにインターネットが利用できるかどうかを確認するためのコマンドの下にしようとしましたそれをホワイトリストに入れる。私は他のパッケージをたくさんインストールしなければならないかもしれません。これらすべてのWebサイトのIPも検索してホワイトリストに登録する必要がありますか?この問題を解決するきれいで簡単な方法があるのだろうか

いずれかがこの問題に対処しましたか?

+1

スタックオーバーフローは、プログラミングおよび開発の質問のサイトです。この質問は、プログラミングや開発に関するものではないので、話題にはならないようです。ヘルプセンターの[ここではどのトピックを参照できますか](http://stackoverflow.com/help/on-topic)を参照してください。おそらく、[スーパーユーザ](http://superuser.com/)や[Unix&Linux Stack Exchange](http://unix.stackexchange.com/)の方が良いかもしれません。 – jww

答えて

0

パッケージをインストールするには、Anaconda Navigatorを使用することをお勧めします。

関連する問題