質問編集履歴
2
ご指摘のエラーメッセージの全文を再度張り付けさせていただきました。よろしくお願いします。
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,14 +4,24 @@
|
|
4
4
|
■エラーメッセージが発生しました。
|
5
5
|
|
6
6
|
### 発生している問題・エラーメッセージ
|
7
|
+
C:\Users\00000000\AppData\Local\Programs\Python\Python36>python -m pip install --proxy=http://proxy.xxxx.xxxx.co.jp:10080 pyinstaller
|
8
|
+
Collecting pyinstaller
|
9
|
+
Using cached https://files.pythonhosted.org/packages/e2/c9/0b44b2ea87ba36395483a672fddd07e6a9cb2b8d3c4a28d7ae76c7e7e1e5/PyInstaller-3.5.tar.gz
|
10
|
+
Installing build dependencies ... error
|
7
|
-
ERROR: Command errored out with exit status 1:
|
11
|
+
ERROR: Command errored out with exit status 1:
|
8
12
|
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
|
9
13
|
cwd: None
|
10
14
|
Complete output (8 lines):
|
11
|
-
Collecting setuptools>=40.8.0
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
+
Collecting setuptools>=40.8.0
|
16
|
+
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/
|
17
|
+
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/
|
18
|
+
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/
|
19
|
+
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/
|
20
|
+
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/
|
21
|
+
ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none)
|
22
|
+
ERROR: No matching distribution found for setuptools>=40.8.0
|
23
|
+
----------------------------------------
|
24
|
+
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.###
|
15
25
|
管理者権限のある。コマンドプロンプトからプロキシサーバーを指定して
|
16
26
|
PIPをしましたとこを上記のエラーメッセージで止まってしまいます。
|
17
27
|
|
1
すいません、大切なところを抜かしていましたので追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,6 +17,10 @@
|
|
17
17
|
|
18
18
|
C:\Users\0000000000\AppData\Local\Programs\Python\Python36>python -m pip install --proxy=http://proxy.xxx.xxx.co.jp:10080 pyinstaller
|
19
19
|
|
20
|
+
Collecting pyinstaller
|
21
|
+
Using cached https://files.pythonhosted.org/packages/e2/c9/0b44b2ea87ba36395483a672fddd07e6a9cb2b8d3c4a28d7ae76c7e7e1e5/PyInstaller-3.5.tar.gz
|
22
|
+
Installing build dependencies ... error
|
23
|
+
|
20
24
|
### 補足情報(FW/ツールのバージョンなど)
|
21
25
|
Python 3.6.8rc1 (v3.6.8rc1:cc3e73212a, Dec 12 2018, 00:15:46) [MSC v.1900 64 bit (AMD64)] on win32 PythonはこれをInstallしています。
|
22
26
|
Windows10 64bit 版 です。
|