質問するログイン新規登録

質問編集履歴

1

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

2019/08/25 07:31

投稿

alicewild
alicewild

スコア6

title CHANGED
File without changes
body CHANGED
@@ -16,4 +16,103 @@
16
16
  ・python関連の不要ファイルの削除
17
17
  ・.condarcファイルのプロキシ設定
18
18
  ・opensslのインストール、パスを通す
19
- ・ファイヤーウォールの無効化
19
+ ・ファイヤーウォールの無効化
20
+
21
+ ##エラーメッセージ
22
+
23
+ >conda install tensorflow
24
+
25
+ Solving environment: failed
26
+
27
+
28
+
29
+ environment variables:
30
+ CIO_TEST=<not set>
31
+ CONDA_ROOT=C:\Users\share\Anaconda3
32
+ DOCKER_CERT_PATH=C:\Users\share.docker\machine\machines\default
33
+ DOCKER_TOOLBOX_INSTALL_PATH=C:\Program Files\Docker Toolbox
34
+ HOMEPATH=\Users\share
35
+ HTTPS_PROXY=<set>
36
+ NO_PROXY=<set>
37
+ PATH=C:\Program Files (x86)\Intel\Intel(R) Management Engine
38
+ Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Com
39
+ ponents\iCLS\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;
40
+ C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSS
41
+ H\;C:\Program Files (x86)\Intel\Intel(R) Management Engine
42
+ Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine
43
+ Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine
44
+ Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine
45
+ Components\IPT;C:\Program Files\CMake\bin;C:\Program Files (x86)\CMake
46
+ \bin;C:\Users\share;C:\Users\share\Anaconda3\Scripts;C:\Users\share\De
47
+ sktop\python;C:\Users\share\Desktop\pythoncode;C:\Users\share\Anaconda
48
+ 3\Lib\site-packages;C:\Users\share\Anaconda3\Lib\site-
49
+ packages\opencv_python-2.4.13.7-cp27-cp27m-win_amd64;C:\Program Files\
50
+ Git\cmd;C:\Users\share\Anaconda3\Library\bin;C:\Users\share\Anaconda3;
51
+ C:\Users\share\AppData\Local\Microsoft\WindowsApps;C:\Users\share\AppD
52
+ ata\Local\Programs\Microsoft VS Code\bin;C:\Program
53
+ Files\CMake\bin;C:\Program Files\Docker
54
+ Toolbox;C:\Users\share\Anaconda3;C:\Users\share\Anaconda3\Library\bin;
55
+ PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\Windows
56
+ PowerShell\v1.0\Modules
57
+ REQUESTS_CA_BUNDLE=<not set>
58
+ SSL_CERT_FILE=<not set>
59
+ VBOX_MSI_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\
60
+
61
+ active environment : None
62
+ user config file : C:\home.condarc
63
+ populated config files : C:\home.condarc
64
+ conda version : 4.5.4
65
+ conda-build version : 3.10.5
66
+ python version : 3.6.5.final.0
67
+ base environment : C:\Users\share\Anaconda3 (writable)
68
+ channel URLs : https://repo.anaconda.com/pkgs/main/win-64
69
+ https://repo.anaconda.com/pkgs/main/noarch
70
+ https://repo.anaconda.com/pkgs/free/win-64
71
+ https://repo.anaconda.com/pkgs/free/noarch
72
+ https://repo.anaconda.com/pkgs/r/win-64
73
+ https://repo.anaconda.com/pkgs/r/noarch
74
+ https://repo.anaconda.com/pkgs/pro/win-64
75
+ https://repo.anaconda.com/pkgs/pro/noarch
76
+ https://repo.anaconda.com/pkgs/msys2/win-64
77
+ https://repo.anaconda.com/pkgs/msys2/noarch
78
+ package cache : C:\Users\share\Anaconda3\pkgs
79
+ C:\Users\share\AppData\Local\conda\conda\pkgs
80
+ envs directories : C:\Users\share\Anaconda3\envs
81
+ C:\Users\share\AppData\Local\conda\conda\envs
82
+ C:\home.conda\envs
83
+ platform : win-64
84
+ user-agent : conda/4.5.4 requests/2.18.4 CPython/3.6.5 Windows/10 Windows/10.0.17134
85
+ administrator : False
86
+ netrc file : None
87
+ offline mode : False
88
+
89
+ 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
90
+ CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/msys2/noarch/repodata.json.bz2>
91
+ Elapsed: -
92
+
93
+ An HTTP error occurred when trying to retrieve this URL.
94
+ HTTP errors are often intermittent, and a simple retry will get you on your way.
95
+
96
+ If your current network has https://www.anaconda.com blocked, please file
97
+ a support request with your network engineering team.
98
+
99
+ 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)'))",),)
100
+
101
+ A reportable application error has occurred. Conda has prepared the above report.
102
+ If submitted, this report will be used by core maintainers to improve
103
+ future releases of conda.
104
+ Would you like conda to send this report to the core maintainers?
105
+
106
+
107
+
108
+
109
+ >pip install tensorflow
110
+
111
+ Collecting tensorflow
112
+ 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/
113
+ 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/
114
+ 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/
115
+ 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/
116
+ 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/
117
+ Could not find a version that satisfies the requirement tensorflow (from versions: )
118
+ No matching distribution found for tensorflow