質問編集履歴

2

ご指摘のエラーメッセージの全文を再度張り付けさせていただきました。よろしくお願いします。

2019/08/28 08:46

投稿

onabk23
onabk23

スコア4

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,15 @@
10
10
 
11
11
  ### 発生している問題・エラーメッセージ
12
12
 
13
+ C:\Users\00000000\AppData\Local\Programs\Python\Python36>python -m pip install --proxy=http://proxy.xxxx.xxxx.co.jp:10080 pyinstaller
14
+
15
+ Collecting pyinstaller
16
+
17
+ Using cached https://files.pythonhosted.org/packages/e2/c9/0b44b2ea87ba36395483a672fddd07e6a9cb2b8d3c4a28d7ae76c7e7e1e5/PyInstaller-3.5.tar.gz
18
+
19
+ Installing build dependencies ... error
20
+
13
- ERROR: Command errored out with exit status 1:
21
+ ERROR: Command errored out with exit status 1:
14
22
 
15
23
  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
16
24
 
@@ -18,13 +26,25 @@
18
26
 
19
27
  Complete output (8 lines):
20
28
 
21
- Collecting setuptools>=40.8.0エラーメッセージ
29
+ Collecting setuptools>=40.8.0
22
30
 
23
- ```
31
+ 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/
24
32
 
33
+ 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/
25
34
 
35
+ 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/
26
36
 
27
- ###
37
+ 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/
38
+
39
+ 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/
40
+
41
+ ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none)
42
+
43
+ ERROR: No matching distribution found for setuptools>=40.8.0
44
+
45
+ ----------------------------------------
46
+
47
+ 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.###
28
48
 
29
49
  管理者権限のある。コマンドプロンプトからプロキシサーバーを指定して
30
50
 

1

すいません、大切なところを抜かしていましたので追記しました。

2019/08/28 08:46

投稿

onabk23
onabk23

スコア4

test CHANGED
File without changes
test CHANGED
@@ -36,6 +36,14 @@
36
36
 
37
37
 
38
38
 
39
+ Collecting pyinstaller
40
+
41
+ Using cached https://files.pythonhosted.org/packages/e2/c9/0b44b2ea87ba36395483a672fddd07e6a9cb2b8d3c4a28d7ae76c7e7e1e5/PyInstaller-3.5.tar.gz
42
+
43
+ Installing build dependencies ... error
44
+
45
+
46
+
39
47
  ### 補足情報(FW/ツールのバージョンなど)
40
48
 
41
49
  Python 3.6.8rc1 (v3.6.8rc1:cc3e73212a, Dec 12 2018, 00:15:46) [MSC v.1900 64 bit (AMD64)] on win32 PythonはこれをInstallしています。