https://qiita.com/antimon2/items/b1611dca09edcf93db03
を参照してOpenAI Gymのインストールを試みようとしています。
参照サイト内 『Python 3.6 のインストール(?)』部に記載の
pip3 install -U pip
のコマンドを入力すると下記エラーが出てしまいます。
sen@PH-04871:~$ pip3 install -U pip Collecting pip Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f9032ea77b8>: Failed to establish a new connection: [Errno 111] Connection refused',)': /simple/pip/ Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f9032ea78d0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /simple/pip/ Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f9032ea79b0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /simple/pip/ Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f9032ea7a90>: Failed to establish a new connection: [Errno 111] Connection refused',)': /simple/pip/ Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f9032ea7b38>: Failed to establish a new connection: [Errno 111] Connection refused',)': /simple/pip/ Could not find a version that satisfies the requirement pip (from versions: ) No matching distribution found for pip sen@PH-04871:~$
確認したこと
・ネットワークに接続できなかった可能性を考慮してプロシキ側のログを確認しましたが通信は問題無さそうでした。
・python3 -m pip install --upgrade pip を入力してみましたが同じエラーメッセージが出ました。
・pipのバージョン確認
sen@PH-04871:~$ python -m pip -V pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7) sen@PH-04871:~$ python3 -m pip -V pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6)
開発環境は参照サイト記載の内容と同じです。
対処方法をご教示願います。

回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/03/05 02:49
2019/03/05 03:22
2019/03/05 04:25
2019/03/05 06:11
2019/03/05 23:11
2019/03/06 00:16
2019/03/06 08:15
2019/03/07 01:14
2019/03/07 07:06