質問編集履歴
1
エラーメッセージ修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,11 @@
|
|
12
12
|
|
13
13
|
```
|
14
14
|
|
15
|
-
|
15
|
+
File "/Users/bananafish/Documents/Python_Web_Scraping /scraping_test.py", line 1, in <module>
|
16
|
+
|
17
|
+
import requests
|
18
|
+
|
19
|
+
ModuleNotFoundError: No module named 'requests'
|
16
20
|
|
17
21
|
```
|
18
22
|
|