質問編集履歴

1

エラーメッセージを追記しました

2019/08/25 07:31

投稿

alicewild
alicewild

スコア6

test CHANGED
File without changes
test CHANGED
@@ -35,3 +35,201 @@
35
35
  ・opensslのインストール、パスを通す
36
36
 
37
37
  ・ファイヤーウォールの無効化
38
+
39
+
40
+
41
+ ##エラーメッセージ
42
+
43
+
44
+
45
+ >conda install tensorflow
46
+
47
+
48
+
49
+ Solving environment: failed
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+ environment variables:
58
+
59
+ CIO_TEST=<not set>
60
+
61
+ CONDA_ROOT=C:\Users\share\Anaconda3
62
+
63
+ DOCKER_CERT_PATH=C:\Users\share.docker\machine\machines\default
64
+
65
+ DOCKER_TOOLBOX_INSTALL_PATH=C:\Program Files\Docker Toolbox
66
+
67
+ HOMEPATH=\Users\share
68
+
69
+ HTTPS_PROXY=<set>
70
+
71
+ NO_PROXY=<set>
72
+
73
+ PATH=C:\Program Files (x86)\Intel\Intel(R) Management Engine
74
+
75
+ Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Com
76
+
77
+ ponents\iCLS\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;
78
+
79
+ C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSS
80
+
81
+ H\;C:\Program Files (x86)\Intel\Intel(R) Management Engine
82
+
83
+ Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine
84
+
85
+ Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine
86
+
87
+ Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine
88
+
89
+ Components\IPT;C:\Program Files\CMake\bin;C:\Program Files (x86)\CMake
90
+
91
+ \bin;C:\Users\share;C:\Users\share\Anaconda3\Scripts;C:\Users\share\De
92
+
93
+ sktop\python;C:\Users\share\Desktop\pythoncode;C:\Users\share\Anaconda
94
+
95
+ 3\Lib\site-packages;C:\Users\share\Anaconda3\Lib\site-
96
+
97
+ packages\opencv_python-2.4.13.7-cp27-cp27m-win_amd64;C:\Program Files\
98
+
99
+ Git\cmd;C:\Users\share\Anaconda3\Library\bin;C:\Users\share\Anaconda3;
100
+
101
+ C:\Users\share\AppData\Local\Microsoft\WindowsApps;C:\Users\share\AppD
102
+
103
+ ata\Local\Programs\Microsoft VS Code\bin;C:\Program
104
+
105
+ Files\CMake\bin;C:\Program Files\Docker
106
+
107
+ Toolbox;C:\Users\share\Anaconda3;C:\Users\share\Anaconda3\Library\bin;
108
+
109
+ PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\Windows
110
+
111
+ PowerShell\v1.0\Modules
112
+
113
+ REQUESTS_CA_BUNDLE=<not set>
114
+
115
+ SSL_CERT_FILE=<not set>
116
+
117
+ VBOX_MSI_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\
118
+
119
+
120
+
121
+ active environment : None
122
+
123
+ user config file : C:\home.condarc
124
+
125
+ populated config files : C:\home.condarc
126
+
127
+ conda version : 4.5.4
128
+
129
+ conda-build version : 3.10.5
130
+
131
+ python version : 3.6.5.final.0
132
+
133
+ base environment : C:\Users\share\Anaconda3 (writable)
134
+
135
+ channel URLs : https://repo.anaconda.com/pkgs/main/win-64
136
+
137
+ https://repo.anaconda.com/pkgs/main/noarch
138
+
139
+ https://repo.anaconda.com/pkgs/free/win-64
140
+
141
+ https://repo.anaconda.com/pkgs/free/noarch
142
+
143
+ https://repo.anaconda.com/pkgs/r/win-64
144
+
145
+ https://repo.anaconda.com/pkgs/r/noarch
146
+
147
+ https://repo.anaconda.com/pkgs/pro/win-64
148
+
149
+ https://repo.anaconda.com/pkgs/pro/noarch
150
+
151
+ https://repo.anaconda.com/pkgs/msys2/win-64
152
+
153
+ https://repo.anaconda.com/pkgs/msys2/noarch
154
+
155
+ package cache : C:\Users\share\Anaconda3\pkgs
156
+
157
+ C:\Users\share\AppData\Local\conda\conda\pkgs
158
+
159
+ envs directories : C:\Users\share\Anaconda3\envs
160
+
161
+ C:\Users\share\AppData\Local\conda\conda\envs
162
+
163
+ C:\home.conda\envs
164
+
165
+ platform : win-64
166
+
167
+ user-agent : conda/4.5.4 requests/2.18.4 CPython/3.6.5 Windows/10 Windows/10.0.17134
168
+
169
+ administrator : False
170
+
171
+ netrc file : None
172
+
173
+ offline mode : False
174
+
175
+
176
+
177
+ V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V V
178
+
179
+ CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/msys2/noarch/repodata.json.bz2>
180
+
181
+ Elapsed: -
182
+
183
+
184
+
185
+ An HTTP error occurred when trying to retrieve this URL.
186
+
187
+ HTTP errors are often intermittent, and a simple retry will get you on your way.
188
+
189
+
190
+
191
+ If your current network has https://www.anaconda.com blocked, please file
192
+
193
+ a support request with your network engineering team.
194
+
195
+
196
+
197
+ ConnectTimeout(MaxRetryError("HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/msys2/noarch/repodata.json.bz2 (Caused by ConnectTimeoutError(<urllib3.connection.VerifiedHTTPSConnection object at 0x000001DB514152E8>, 'Connection to 10.224.254.54 timed out. (connect timeout=9.15)'))",),)
198
+
199
+
200
+
201
+ A reportable application error has occurred. Conda has prepared the above report.
202
+
203
+ If submitted, this report will be used by core maintainers to improve
204
+
205
+ future releases of conda.
206
+
207
+ Would you like conda to send this report to the core maintainers?
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+ >pip install tensorflow
218
+
219
+
220
+
221
+ Collecting tensorflow
222
+
223
+ Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002C5B2BA2828>, 'Connection to 10.224.254.54 timed out. (connect timeout=15)')': /simple/tensorflow/
224
+
225
+ Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002C5B2BA2A58>, 'Connection to 10.224.254.54 timed out. (connect timeout=15)')': /simple/tensorflow/
226
+
227
+ Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002C5B2BA2278>, 'Connection to 10.224.254.54 timed out. (connect timeout=15)')': /simple/tensorflow/
228
+
229
+ Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002C5B2BA2E10>, 'Connection to 10.224.254.54 timed out. (connect timeout=15)')': /simple/tensorflow/
230
+
231
+ Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002C5B2BA2F60>, 'Connection to 10.224.254.54 timed out. (connect timeout=15)')': /simple/tensorflow/
232
+
233
+ Could not find a version that satisfies the requirement tensorflow (from versions: )
234
+
235
+ No matching distribution found for tensorflow