質問編集履歴
2
エラー文の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -63,3 +63,115 @@
|
|
63
63
|
python3.7.6
|
64
64
|
|
65
65
|
tensorflow1.14.0
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
エラー文全体です
|
70
|
+
|
71
|
+
```ここに言語を入力
|
72
|
+
|
73
|
+
(base) xxxxxxx@xxxxxx image-classfication-jiro % python -m pip install git+https://github.com/Joeclinton1/google-images-download.git
|
74
|
+
|
75
|
+
Collecting git+https://github.com/Joeclinton1/google-images-download.git
|
76
|
+
|
77
|
+
Cloning https://github.com/Joeclinton1/google-images-download.git to /private/var/folders/m8/1ppphl5160z71yqgl_25lh_00000gn/T/pip-req-build-_t0k9agu
|
78
|
+
|
79
|
+
Running command git clone -q https://github.com/Joeclinton1/google-images-download.git /private/var/folders/m8/1ppphl5160z71yqgl_25lh_00000gn/T/pip-req-build-_t0k9agu
|
80
|
+
|
81
|
+
Requirement already satisfied (use --upgrade to upgrade): google-images-download==2.8.0 from git+https://github.com/Joeclinton1/google-images-download.git in /opt/anaconda3/lib/python3.7/site-packages
|
82
|
+
|
83
|
+
Requirement already satisfied: selenium in /opt/anaconda3/lib/python3.7/site-packages (from google-images-download==2.8.0) (3.141.0)
|
84
|
+
|
85
|
+
Requirement already satisfied: urllib3 in /opt/anaconda3/lib/python3.7/site-packages (from selenium->google-images-download==2.8.0) (1.25.8)
|
86
|
+
|
87
|
+
Building wheels for collected packages: google-images-download
|
88
|
+
|
89
|
+
Building wheel for google-images-download (setup.py) ... done
|
90
|
+
|
91
|
+
Created wheel for google-images-download: filename=google_images_download-2.8.0-py2.py3-none-any.whl size=15385 sha256=426ebc6202f8004004f799aa0e46284e9b37ddb47e203c126c89e2157f773bc6
|
92
|
+
|
93
|
+
Stored in directory: /private/var/folders/m8/1ppphl5160z71yqgl_25lh_00000gn/T/pip-ephem-wheel-cache-wbn6xvwp/wheels/79/5c/d2/2569a4f55ff29b3c4d6b1114d5110a70a79afbf381e6eb3e87
|
94
|
+
|
95
|
+
Successfully built google-images-download
|
96
|
+
|
97
|
+
ERROR: Error checking for conflicts.
|
98
|
+
|
99
|
+
Traceback (most recent call last):
|
100
|
+
|
101
|
+
File "/opt/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3021, in _dep_map
|
102
|
+
|
103
|
+
return self.__dep_map
|
104
|
+
|
105
|
+
File "/opt/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2815, in __getattr__
|
106
|
+
|
107
|
+
raise AttributeError(attr)
|
108
|
+
|
109
|
+
AttributeError: _DistInfoDistribution__dep_map
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
During handling of the above exception, another exception occurred:
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
Traceback (most recent call last):
|
118
|
+
|
119
|
+
File "/opt/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3012, in _parsed_pkg_info
|
120
|
+
|
121
|
+
return self._pkg_info
|
122
|
+
|
123
|
+
File "/opt/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2815, in __getattr__
|
124
|
+
|
125
|
+
raise AttributeError(attr)
|
126
|
+
|
127
|
+
AttributeError: _pkg_info
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
During handling of the above exception, another exception occurred:
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
Traceback (most recent call last):
|
136
|
+
|
137
|
+
File "/opt/anaconda3/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 512, in _warn_about_conflicts
|
138
|
+
|
139
|
+
package_set, _dep_info = check_install_conflicts(to_install)
|
140
|
+
|
141
|
+
File "/opt/anaconda3/lib/python3.7/site-packages/pip/_internal/operations/check.py", line 114, in check_install_conflicts
|
142
|
+
|
143
|
+
package_set, _ = create_package_set_from_installed()
|
144
|
+
|
145
|
+
File "/opt/anaconda3/lib/python3.7/site-packages/pip/_internal/operations/check.py", line 53, in create_package_set_from_installed
|
146
|
+
|
147
|
+
package_set[name] = PackageDetails(dist.version, dist.requires())
|
148
|
+
|
149
|
+
File "/opt/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2736, in requires
|
150
|
+
|
151
|
+
dm = self._dep_map
|
152
|
+
|
153
|
+
File "/opt/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3023, in _dep_map
|
154
|
+
|
155
|
+
self.__dep_map = self._compute_dependencies()
|
156
|
+
|
157
|
+
File "/opt/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3032, in _compute_dependencies
|
158
|
+
|
159
|
+
for req in self._parsed_pkg_info.get_all('Requires-Dist') or []:
|
160
|
+
|
161
|
+
File "/opt/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3014, in _parsed_pkg_info
|
162
|
+
|
163
|
+
metadata = self.get_metadata(self.PKG_INFO)
|
164
|
+
|
165
|
+
File "/opt/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 1420, in get_metada
|
166
|
+
|
167
|
+
ta
|
168
|
+
|
169
|
+
value = self._get(path)
|
170
|
+
|
171
|
+
File "/opt/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 1616, in _get
|
172
|
+
|
173
|
+
with open(path, 'rb') as stream:
|
174
|
+
|
175
|
+
FileNotFoundError: [Errno 2] No such file or directory: '/opt/anaconda3/lib/python3.7/site-packages/google_pasta-0.2.0.dist-info/METADATA'
|
176
|
+
|
177
|
+
```
|
1
タイトルの追加
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
google-image-downloadの使い方
|
1
|
+
google-image-downloadの使い方(Mac,VS code)
|
test
CHANGED
File without changes
|