-
Hello and when i put I have to change something or is okay ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @NinjaTurtles-cloud Finally some recommendations:
I hope this info might help. |
Beta Was this translation helpful? Give feedback.
Hello @NinjaTurtles-cloud
I think is a typo, but here pip install web 3 you have a space between web and 3, so be sure you install it like this:
pip install web3
That warnings are related to env variables, they are not actual errors more like recommendations.
On VsCode on the bottom left corner make sure to select the correct python interpreter (the one you installed web3).
Finally some recommendations:
I hope this info might help.