質問編集履歴

1

エラーメッセージ修正

2021/05/19 10:36

投稿

asianLad
asianLad

スコア16

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,11 @@
12
12
 
13
13
  ```
14
14
 
15
- /Library/Frameworks/Python.framework/Versions/3.9/bin/python3: can't open file '/Users/hoge/scraping_test.py': [Errno 2] No such file or directory
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