WINDOWS7(32bit)にAnaconda3.6-32bitをインストールし
コマンドから
① pip install pulp
② pip install pycddlib
③ pip install vpython
④ pip install picos
⑤ conda install cvxopt
を実行。
発生している問題・エラーメッセージ
①pip install ****
C:\Users\h-mat>pip install pulp
Collecting pulp
Retrying (Retry(total=4, connect=None, read=None, redirect=None))
after connection broken by 'ConnectTimeoutErr(<pip._vendor.reqests.
packages.urllib3.connection.VerifiedHTTPSConnection object at 0x03E14050>,'Connection to pypi.python.org timed out. (connect timeout=15)')':/simple/pulp/
(以降3回繰り返し)
エラーメッセージ
Could not find a version that satisfies the requirement pulp (from versions: )
No matching distribution found for pulp
②conda install cvxopt
エラーメッセージ
C:\Users\h-mat>conda install cvxopt
Fetching package metadata ...
CondaHTTPE: HTTP None None for url <https://repo.continuum.io
/pkgs/free/win-32/repodata.json.bz2>
Elapsed: None
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
ConnectTimeout(MaxRetryError("HTTPSConnectionPool(host='repo.continuum.io',port=443):Max retries exceeded with url: /pkgs/free/win-32/repodata.jspn.bz2(Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x03EBC390>,'Connection to repo.continuum.io time out.(connect timeout=9.15)'))",),)
該当のソースコード
試したこと
補足情報(FW/ツールのバージョンなど)
easy_install
ここにより詳細な情報を記載してください。
回答4件