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

質問編集履歴

1

エラーメッセージ修正

2021/05/19 10:36

投稿

asianLad
asianLad

スコア16

title CHANGED
File without changes
body CHANGED
@@ -5,7 +5,9 @@
5
5
  ## 2. 起きている問題やエラーメッセージ
6
6
 
7
7
  ```
8
- /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
8
+ File "/Users/bananafish/Documents/Python_Web_Scraping /scraping_test.py", line 1, in <module>
9
+ import requests
10
+ ModuleNotFoundError: No module named 'requests'
9
11
  ```
10
12
 
11
13
  ## 3. 関連するソースコード