##Pyinstallerのv3.5をインストールしようとしていますがエラーで落ちてしまします。
対策をご教授できれば大変ありがたく思います。よろしくお願いします
■エラーメッセージが発生しました。
発生している問題・エラーメッセージ
C:\Users\00000000\AppData\Local\Programs\Python\Python36>python -m pip install --proxy=http://proxy.xxxx.xxxx.co.jp:10080 pyinstaller
Collecting pyinstaller
Using cached https://files.pythonhosted.org/packages/e2/c9/0b44b2ea87ba36395483a672fddd07e6a9cb2b8d3c4a28d7ae76c7e7e1e5/PyInstaller-3.5.tar.gz
Installing build dependencies ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\0000000000\AppData\Local\Programs\Python\Python36\python.exe' 'C:\Users\0000000000\AppData\Local\Programs\Python\Python36\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\TEMP\pip-build-env-e941fa1r\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.8.0' wheel
cwd: None
Complete output (8 lines):
Collecting setuptools>=40.8.0
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000017C6765B390>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/setuptools/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000017C67687E10>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/setuptools/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000017C67687FD0>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/setuptools/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000017C67687EB8>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/setuptools/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000017C67687F98>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/setuptools/
ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none)
ERROR: No matching distribution found for setuptools>=40.8.0 |
---|
ERROR: Command errored out with exit status 1: 'C:\Users\0000860024\AppData\Local\Programs\Python\Python36\python.exe' 'C:\Users\0000860024\AppData\Local\Programs\Python\Python36\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\TEMP\pip-build-env-e941fa1r\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.8.0' wheel Check the logs for full command output.### |
管理者権限のある。コマンドプロンプトからプロキシサーバーを指定して |
PIPをしましたとこを上記のエラーメッセージで止まってしまいます。 |
C:\Users\0000000000\AppData\Local\Programs\Python\Python36>python -m pip install --proxy=http://proxy.xxx.xxx.co.jp:10080 pyinstaller
Collecting pyinstaller
Using cached https://files.pythonhosted.org/packages/e2/c9/0b44b2ea87ba36395483a672fddd07e6a9cb2b8d3c4a28d7ae76c7e7e1e5/PyInstaller-3.5.tar.gz
Installing build dependencies ... error
補足情報(FW/ツールのバージョンなど)
Python 3.6.8rc1 (v3.6.8rc1:cc3e73212a, Dec 12 2018, 00:15:46) [MSC v.1900 64 bit (AMD64)] on win32 PythonはこれをInstallしています。
Windows10 64bit 版 です。
ここにより詳細な情報を記載してください。
