Lesson 4: ModuleNotFoundError: No module named 'web3' #390
Replies: 5 comments 2 replies
-
It mentions line 3 but I think I did line 3 correct (see below) |
Beta Was this translation helpful? Give feedback.
-
Hello @CrispyButter you must install web3 first using pip, use this as reference. Best regards, Cromewar. |
Beta Was this translation helpful? Give feedback.
-
Thanks cromewar, I did that previously and still receive the error though. I even tried pip3 install web3 and no luck. Please see below: ModuleNotFoundError: No module named 'web3' Requirement already satisfied: web3 in ./venv/lib/python3.10/site-packages (5.24.0) (venv) Trell@Kentrells-MacBook-Pro web3_py_simple_storage % |
Beta Was this translation helpful? Give feedback.
-
I have the same error :/ |
Beta Was this translation helpful? Give feedback.
-
@CrispyButter here is a possible solution: #118 (reply in thread) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can anyone help with the below? Not sure why I am receiving this error.
Beta Was this translation helpful? Give feedback.
All reactions