質問編集履歴

5

スペルミス

2020/04/13 12:41

投稿

chill_soup
chill_soup

スコア13

test CHANGED
File without changes
test CHANGED
@@ -9,399 +9,3 @@
9
9
  Paramiko 2.7.1
10
10
 
11
11
  Invoke 1.4.1
12
-
13
-
14
-
15
-
16
-
17
- ```ターミナル
18
-
19
- fab -H appname ーーprompt-for-sudo-password update ーーbranch=hoge
20
-
21
- Traceback (most recent call last):
22
-
23
- File "/usr/local/bin/fab", line 8, in <module>
24
-
25
- sys.exit(program.run())
26
-
27
- File "/usr/local/lib/python3.6/dist-packages/invoke/program.py", line 373, in run
28
-
29
- self.parse_collection()
30
-
31
- File "/usr/local/lib/python3.6/dist-packages/invoke/program.py", line 465, in parse_collection
32
-
33
- self.load_collection()
34
-
35
- File "/usr/local/lib/python3.6/dist-packages/fabric/main.py", line 82, in load_collection
36
-
37
- super(Fab, self).load_collection()
38
-
39
- File "/usr/local/lib/python3.6/dist-packages/invoke/program.py", line 696, in load_collection
40
-
41
- module, parent = loader.load(coll_name)
42
-
43
- File "/usr/local/lib/python3.6/dist-packages/invoke/loader.py", line 76, in load
44
-
45
- module = imp.load_module(name, fd, path, desc)
46
-
47
- File "/usr/lib/python3.6/imp.py", line 235, in load_module
48
-
49
- return load_source(name, filename, file)
50
-
51
- File "/usr/lib/python3.6/imp.py", line 172, in load_source
52
-
53
- module = _load(spec)
54
-
55
- File "<frozen importlib._bootstrap>", line 684, in _load
56
-
57
- File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
58
-
59
- File "<frozen importlib._bootstrap_external>", line 678, in exec_module
60
-
61
- File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
62
-
63
- File "/project/fabfile.py", line 8, in <module>
64
-
65
- from git import Repo
66
-
67
- File "/usr/local/lib/python3.6/dist-packages/git/__init__.py", line 38, in <module>
68
-
69
- from git.exc import * # @NoMove @IgnorePep8
70
-
71
- File "/usr/local/lib/python3.6/dist-packages/git/exc.py", line 9, in <module>
72
-
73
- from git.compat import UnicodeMixin, safe_decode, string_types
74
-
75
- File "/usr/local/lib/python3.6/dist-packages/git/compat.py", line 16, in <module>
76
-
77
- from gitdb.utils.compat import (
78
-
79
- ModuleNotFoundError: No module named 'gitdb.utils.compat'
80
-
81
- ```
82
-
83
-
84
-
85
- なお、username/.ssh/configには下記を記しています。
86
-
87
- ```Host appname
88
-
89
- HostName xx.xx.xxx.xxx
90
-
91
- User appdev
92
-
93
- IdentityFile ~/.ssh/app
94
-
95
- ```
96
-
97
- 追記
98
-
99
- 以下が結果になります
100
-
101
- ```
102
-
103
- alabaster 0.7.12
104
-
105
- amqp 2.5.2
106
-
107
- ansible 2.8.0
108
-
109
- asn1crypto 0.24.0
110
-
111
- awscli 1.16.305
112
-
113
- Babel 2.8.0
114
-
115
- bcrypt 3.1.7
116
-
117
- beautifulsoup4 4.8.2
118
-
119
- billiard 3.6.2.0
120
-
121
- blessings 1.7
122
-
123
- boto 2.49.0
124
-
125
- boto3 1.10.5
126
-
127
- botocore 1.13.41
128
-
129
- cachetools 4.0.0
130
-
131
- cairocffi file-.cairocffi-VERSION
132
-
133
- CairoSVG 2.4.2
134
-
135
- celery 4.3.0
136
-
137
- certifi 2019.11.28
138
-
139
- cffi 1.11.5
140
-
141
- chardet 3.0.4
142
-
143
- colorama 0.4.1
144
-
145
- coverage 4.5.2
146
-
147
- cryptography 2.1.4
148
-
149
- cssselect2 0.2.2
150
-
151
- defusedxml 0.6.0
152
-
153
- Django 2.1.5
154
-
155
- django-allauth 0.40.0
156
-
157
- django-appconf 1.0.3
158
-
159
- django-bootstrap-pagination 1.7.0
160
-
161
- django-bouncy 0.2.6
162
-
163
- django-celery-results 1.0.4
164
-
165
- django-choices 1.7.0
166
-
167
- django-config-gen 1.1.0
168
-
169
- django-crispy-forms 1.8.0
170
-
171
- django-db-email-backend 0.4.1
172
-
173
- django-dbbackup 3.2.0
174
-
175
- django-debug-toolbar 1.11
176
-
177
- django-environ 0.4.5
178
-
179
- django-extensions 2.1.4
180
-
181
- django-livereload-server 0.3.2
182
-
183
- django-phonenumber-field 2.1.0
184
-
185
- django-redis 4.10.0
186
-
187
- django-select2 6.3.1
188
-
189
- django-ses 0.8.9
190
-
191
- django-settings-export 1.2.1
192
-
193
- django-storages 1.7.1
194
-
195
- django-user-agents 0.4.0
196
-
197
- django-videokit 0.0.4.0.3
198
-
199
- django-weasyprint 0.5.4
200
-
201
- django-webpack-loader 0.6.0
202
-
203
- django-widget-tweaks 1.4.3
204
-
205
- docutils 0.15.2
206
-
207
- entrypoints 0.3
208
-
209
- enum34 1.1.9
210
-
211
- et-xmlfile 1.0.1
212
-
213
- fabric 2.4.0
214
-
215
- factory-boy 2.11.1
216
-
217
- Faker 4.0.1
218
-
219
- flake8 3.7.0
220
-
221
- future 0.18.2
222
-
223
- gevent 1.4.0
224
-
225
- gitdb 4.0.1
226
-
227
- gitdb2 4.0.2
228
-
229
- GitPython 2.1.11
230
-
231
- google-auth 1.6.3
232
-
233
- greenlet 0.4.15
234
-
235
- gunicorn 19.9.0
236
-
237
- html5lib 1.0.1
238
-
239
- idna 2.6
240
-
241
- imagesize 1.2.0
242
-
243
- importlib-metadata 1.5.0
244
-
245
- invocations 1.4.0
246
-
247
- invoke 1.4.1
248
-
249
- jdcal 1.4.1
250
-
251
- Jinja2 2.11.1
252
-
253
- jmespath 0.9.4
254
-
255
- keyring 10.6.0
256
-
257
- keyrings.alt 3.0
258
-
259
- kombu 4.6.7
260
-
261
- MarkupSafe 1.1.1
262
-
263
- mccabe 0.6.1
264
-
265
- mixpanel 4.4.0
266
-
267
- oauthlib 3.1.0
268
-
269
- openpyxl 3.0.0
270
-
271
- packaging 20.1
272
-
273
- paramiko 2.7.1
274
-
275
- patchwork 1.0.1
276
-
277
- pem 20.1.0
278
-
279
- phonenumberslite 8.10.3
280
-
281
- Pillow 5.4.1
282
-
283
- pip 20.0.2
284
-
285
- ply 3.11
286
-
287
- psycopg2-binary 2.7.7
288
-
289
- pyasn1 0.4.8
290
-
291
- pyasn1-modules 0.2.8
292
-
293
- pycodestyle 2.5.0
294
-
295
- pycparser 2.18
296
-
297
- pycrypto 2.6.1
298
-
299
- pycurl 7.43.0.5
300
-
301
- pyflakes 2.1.1
302
-
303
- Pygments 2.5.2
304
-
305
- pygobject 3.26.1
306
-
307
- PyJWT 1.7.1
308
-
309
- pymediainfo 3.0
310
-
311
- PyNaCl 1.3.0
312
-
313
- pyOpenSSL 19.1.0
314
-
315
- pyparsing 2.4.6
316
-
317
- Pyphen 0.9.5
318
-
319
- python-dateutil 2.8.1
320
-
321
- python3-openid 3.1.0
322
-
323
- pytz 2018.9
324
-
325
- pyxdg 0.25
326
-
327
- PyYAML 5.1.2
328
-
329
- qrcode 6.1
330
-
331
- redis 3.4.1
332
-
333
- releases 1.6.3
334
-
335
- requests 2.22.0
336
-
337
- requests-oauthlib 1.3.0
338
-
339
- rsa 3.4.2
340
-
341
- s3transfer 0.2.1
342
-
343
- SecretStorage 2.3.1
344
-
345
- selenium 3.141.0
346
-
347
- semantic-version 2.8.4
348
-
349
- sentry-sdk 0.10.2
350
-
351
- setuptools 39.0.1
352
-
353
- six 1.10.0
354
-
355
- smmap 3.0.1
356
-
357
- snowballstemmer 2.0.0
358
-
359
- sorl-thumbnail 12.5.0
360
-
361
- soupsieve 2.0
362
-
363
- Sphinx 2.4.3
364
-
365
- sphinxcontrib-applehelp 1.0.1
366
-
367
- sphinxcontrib-devhelp 1.0.1
368
-
369
- sphinxcontrib-htmlhelp 1.0.3
370
-
371
- sphinxcontrib-jsmath 1.0.1
372
-
373
- sphinxcontrib-qthelp 1.0.2
374
-
375
- sphinxcontrib-serializinghtml 1.1.3
376
-
377
- sqlparse 0.3.0
378
-
379
- tabulate 0.7.5
380
-
381
- text-unidecode 1.3
382
-
383
- tinycss2 1.0.2
384
-
385
- tornado 6.0.3
386
-
387
- tqdm 4.43.0
388
-
389
- twilio 6.32.0
390
-
391
- ua-parser 0.8.0
392
-
393
- urllib3 1.25.8
394
-
395
- user-agents 2.0
396
-
397
- vine 1.3.0
398
-
399
- WeasyPrint 50
400
-
401
- webencodings 0.5.1
402
-
403
- wheel 0.34.2
404
-
405
- zipp 3.0.0
406
-
407
- ```

4

修正依頼のため

2020/04/13 12:41

投稿

chill_soup
chill_soup

スコア13

test CHANGED
File without changes
test CHANGED
@@ -94,6 +94,8 @@
94
94
 
95
95
  ```
96
96
 
97
+ 追記
98
+
97
99
  以下が結果になります
98
100
 
99
101
  ```

3

修正依頼が上がってたため

2020/02/26 08:24

投稿

chill_soup
chill_soup

スコア13

test CHANGED
File without changes
test CHANGED
@@ -93,3 +93,313 @@
93
93
  IdentityFile ~/.ssh/app
94
94
 
95
95
  ```
96
+
97
+ 以下が結果になります
98
+
99
+ ```
100
+
101
+ alabaster 0.7.12
102
+
103
+ amqp 2.5.2
104
+
105
+ ansible 2.8.0
106
+
107
+ asn1crypto 0.24.0
108
+
109
+ awscli 1.16.305
110
+
111
+ Babel 2.8.0
112
+
113
+ bcrypt 3.1.7
114
+
115
+ beautifulsoup4 4.8.2
116
+
117
+ billiard 3.6.2.0
118
+
119
+ blessings 1.7
120
+
121
+ boto 2.49.0
122
+
123
+ boto3 1.10.5
124
+
125
+ botocore 1.13.41
126
+
127
+ cachetools 4.0.0
128
+
129
+ cairocffi file-.cairocffi-VERSION
130
+
131
+ CairoSVG 2.4.2
132
+
133
+ celery 4.3.0
134
+
135
+ certifi 2019.11.28
136
+
137
+ cffi 1.11.5
138
+
139
+ chardet 3.0.4
140
+
141
+ colorama 0.4.1
142
+
143
+ coverage 4.5.2
144
+
145
+ cryptography 2.1.4
146
+
147
+ cssselect2 0.2.2
148
+
149
+ defusedxml 0.6.0
150
+
151
+ Django 2.1.5
152
+
153
+ django-allauth 0.40.0
154
+
155
+ django-appconf 1.0.3
156
+
157
+ django-bootstrap-pagination 1.7.0
158
+
159
+ django-bouncy 0.2.6
160
+
161
+ django-celery-results 1.0.4
162
+
163
+ django-choices 1.7.0
164
+
165
+ django-config-gen 1.1.0
166
+
167
+ django-crispy-forms 1.8.0
168
+
169
+ django-db-email-backend 0.4.1
170
+
171
+ django-dbbackup 3.2.0
172
+
173
+ django-debug-toolbar 1.11
174
+
175
+ django-environ 0.4.5
176
+
177
+ django-extensions 2.1.4
178
+
179
+ django-livereload-server 0.3.2
180
+
181
+ django-phonenumber-field 2.1.0
182
+
183
+ django-redis 4.10.0
184
+
185
+ django-select2 6.3.1
186
+
187
+ django-ses 0.8.9
188
+
189
+ django-settings-export 1.2.1
190
+
191
+ django-storages 1.7.1
192
+
193
+ django-user-agents 0.4.0
194
+
195
+ django-videokit 0.0.4.0.3
196
+
197
+ django-weasyprint 0.5.4
198
+
199
+ django-webpack-loader 0.6.0
200
+
201
+ django-widget-tweaks 1.4.3
202
+
203
+ docutils 0.15.2
204
+
205
+ entrypoints 0.3
206
+
207
+ enum34 1.1.9
208
+
209
+ et-xmlfile 1.0.1
210
+
211
+ fabric 2.4.0
212
+
213
+ factory-boy 2.11.1
214
+
215
+ Faker 4.0.1
216
+
217
+ flake8 3.7.0
218
+
219
+ future 0.18.2
220
+
221
+ gevent 1.4.0
222
+
223
+ gitdb 4.0.1
224
+
225
+ gitdb2 4.0.2
226
+
227
+ GitPython 2.1.11
228
+
229
+ google-auth 1.6.3
230
+
231
+ greenlet 0.4.15
232
+
233
+ gunicorn 19.9.0
234
+
235
+ html5lib 1.0.1
236
+
237
+ idna 2.6
238
+
239
+ imagesize 1.2.0
240
+
241
+ importlib-metadata 1.5.0
242
+
243
+ invocations 1.4.0
244
+
245
+ invoke 1.4.1
246
+
247
+ jdcal 1.4.1
248
+
249
+ Jinja2 2.11.1
250
+
251
+ jmespath 0.9.4
252
+
253
+ keyring 10.6.0
254
+
255
+ keyrings.alt 3.0
256
+
257
+ kombu 4.6.7
258
+
259
+ MarkupSafe 1.1.1
260
+
261
+ mccabe 0.6.1
262
+
263
+ mixpanel 4.4.0
264
+
265
+ oauthlib 3.1.0
266
+
267
+ openpyxl 3.0.0
268
+
269
+ packaging 20.1
270
+
271
+ paramiko 2.7.1
272
+
273
+ patchwork 1.0.1
274
+
275
+ pem 20.1.0
276
+
277
+ phonenumberslite 8.10.3
278
+
279
+ Pillow 5.4.1
280
+
281
+ pip 20.0.2
282
+
283
+ ply 3.11
284
+
285
+ psycopg2-binary 2.7.7
286
+
287
+ pyasn1 0.4.8
288
+
289
+ pyasn1-modules 0.2.8
290
+
291
+ pycodestyle 2.5.0
292
+
293
+ pycparser 2.18
294
+
295
+ pycrypto 2.6.1
296
+
297
+ pycurl 7.43.0.5
298
+
299
+ pyflakes 2.1.1
300
+
301
+ Pygments 2.5.2
302
+
303
+ pygobject 3.26.1
304
+
305
+ PyJWT 1.7.1
306
+
307
+ pymediainfo 3.0
308
+
309
+ PyNaCl 1.3.0
310
+
311
+ pyOpenSSL 19.1.0
312
+
313
+ pyparsing 2.4.6
314
+
315
+ Pyphen 0.9.5
316
+
317
+ python-dateutil 2.8.1
318
+
319
+ python3-openid 3.1.0
320
+
321
+ pytz 2018.9
322
+
323
+ pyxdg 0.25
324
+
325
+ PyYAML 5.1.2
326
+
327
+ qrcode 6.1
328
+
329
+ redis 3.4.1
330
+
331
+ releases 1.6.3
332
+
333
+ requests 2.22.0
334
+
335
+ requests-oauthlib 1.3.0
336
+
337
+ rsa 3.4.2
338
+
339
+ s3transfer 0.2.1
340
+
341
+ SecretStorage 2.3.1
342
+
343
+ selenium 3.141.0
344
+
345
+ semantic-version 2.8.4
346
+
347
+ sentry-sdk 0.10.2
348
+
349
+ setuptools 39.0.1
350
+
351
+ six 1.10.0
352
+
353
+ smmap 3.0.1
354
+
355
+ snowballstemmer 2.0.0
356
+
357
+ sorl-thumbnail 12.5.0
358
+
359
+ soupsieve 2.0
360
+
361
+ Sphinx 2.4.3
362
+
363
+ sphinxcontrib-applehelp 1.0.1
364
+
365
+ sphinxcontrib-devhelp 1.0.1
366
+
367
+ sphinxcontrib-htmlhelp 1.0.3
368
+
369
+ sphinxcontrib-jsmath 1.0.1
370
+
371
+ sphinxcontrib-qthelp 1.0.2
372
+
373
+ sphinxcontrib-serializinghtml 1.1.3
374
+
375
+ sqlparse 0.3.0
376
+
377
+ tabulate 0.7.5
378
+
379
+ text-unidecode 1.3
380
+
381
+ tinycss2 1.0.2
382
+
383
+ tornado 6.0.3
384
+
385
+ tqdm 4.43.0
386
+
387
+ twilio 6.32.0
388
+
389
+ ua-parser 0.8.0
390
+
391
+ urllib3 1.25.8
392
+
393
+ user-agents 2.0
394
+
395
+ vine 1.3.0
396
+
397
+ WeasyPrint 50
398
+
399
+ webencodings 0.5.1
400
+
401
+ wheel 0.34.2
402
+
403
+ zipp 3.0.0
404
+
405
+ ```

2

スペルミス

2020/02/26 08:23

投稿

chill_soup
chill_soup

スコア13

test CHANGED
File without changes
test CHANGED
@@ -17,20 +17,6 @@
17
17
  ```ターミナル
18
18
 
19
19
  fab -H appname ーーprompt-for-sudo-password update ーーbranch=hoge
20
-
21
- Traceback (most recent call last):
22
-
23
- File "/usr/local/lib/python3.6/dist-packages/git/__init__.py", line 25, in _init_externals
24
-
25
- import gitdb
26
-
27
- ModuleNotFoundError: No module named 'gitdb'
28
-
29
-
30
-
31
- During handling of the above exception, another exception occurred:
32
-
33
-
34
20
 
35
21
  Traceback (most recent call last):
36
22
 
@@ -78,17 +64,19 @@
78
64
 
79
65
  from git import Repo
80
66
 
81
- File "/usr/local/lib/python3.6/dist-packages/git/__init__.py", line 33, in <module>
67
+ File "/usr/local/lib/python3.6/dist-packages/git/__init__.py", line 38, in <module>
82
68
 
83
- _init_externals()
69
+ from git.exc import * # @NoMove @IgnorePep8
84
70
 
85
- File "/usr/local/lib/python3.6/dist-packages/git/__init__.py", line 27, in _init_externals
71
+ File "/usr/local/lib/python3.6/dist-packages/git/exc.py", line 9, in <module>
86
72
 
87
- raise ImportError("'gitdb' could not be found in your PYTHONPATH")
73
+ from git.compat import UnicodeMixin, safe_decode, string_types
88
74
 
89
- ImportError: 'gitdb' could not be found in your PYTHONPATH
75
+ File "/usr/local/lib/python3.6/dist-packages/git/compat.py", line 16, in <module>
90
76
 
77
+ from gitdb.utils.compat import (
91
78
 
79
+ ModuleNotFoundError: No module named 'gitdb.utils.compat'
92
80
 
93
81
  ```
94
82
 

1

スペルミスのため

2020/02/24 08:37

投稿

chill_soup
chill_soup

スコア13

test CHANGED
File without changes
test CHANGED
@@ -17,6 +17,20 @@
17
17
  ```ターミナル
18
18
 
19
19
  fab -H appname ーーprompt-for-sudo-password update ーーbranch=hoge
20
+
21
+ Traceback (most recent call last):
22
+
23
+ File "/usr/local/lib/python3.6/dist-packages/git/__init__.py", line 25, in _init_externals
24
+
25
+ import gitdb
26
+
27
+ ModuleNotFoundError: No module named 'gitdb'
28
+
29
+
30
+
31
+ During handling of the above exception, another exception occurred:
32
+
33
+
20
34
 
21
35
  Traceback (most recent call last):
22
36
 
@@ -64,19 +78,17 @@
64
78
 
65
79
  from git import Repo
66
80
 
67
- File "/usr/local/lib/python3.6/dist-packages/git/__init__.py", line 38, in <module>
81
+ File "/usr/local/lib/python3.6/dist-packages/git/__init__.py", line 33, in <module>
68
82
 
69
- from git.exc import * # @NoMove @IgnorePep8
83
+ _init_externals()
70
84
 
71
- File "/usr/local/lib/python3.6/dist-packages/git/exc.py", line 9, in <module>
85
+ File "/usr/local/lib/python3.6/dist-packages/git/__init__.py", line 27, in _init_externals
72
86
 
73
- from git.compat import UnicodeMixin, safe_decode, string_types
87
+ raise ImportError("'gitdb' could not be found in your PYTHONPATH")
74
88
 
75
- File "/usr/local/lib/python3.6/dist-packages/git/compat.py", line 16, in <module>
89
+ ImportError: 'gitdb' could not be found in your PYTHONPATH
76
90
 
77
- from gitdb.utils.compat import (
78
91
 
79
- ModuleNotFoundError: No module named 'gitdb.utils.compat'
80
92
 
81
93
  ```
82
94