Skip to content

Lesson 4 : Warning with install web3 #881

Answered by cromewar
wilonweb asked this question in Q&A
Discussion options

You must be logged in to vote

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:

  1. use virtualenv for your python projects.
  2. use python version 3.8 (is the most stable for web3 dev).

I hope this info might help.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@wilonweb
Comment options

@cromewar
Comment options

Answer selected by wilonweb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants