Skip to content

Web3 Install is taking forever #165

Answered by ace-brown
cherb-programs asked this question in Q&A
Discussion options

You must be logged in to vote

Hi. I faced the same error. what you should do is this:

1-instead of python 3.10, you must install python 3.9 or maybe a lower version (3.9 worked for me)
2-remember to add the python, npm, pip and web3 path to system variables if you encountered the not recognized error.
3-It is caused by the latest version of pip . A temporary fix is to downgrade your pip version to 20.2:
pip install --upgrade pip==20.2

let me know if it fixed the problem, because it worked for me pretty good.

Replies: 3 comments 23 replies

Comment options

You must be logged in to vote
17 replies
@ArcusConsulting
Comment options

@Evancitoo
Comment options

@Evancitoo
Comment options

@Evancitoo
Comment options

@Evancitoo
Comment options

Answer selected by PatrickAlphaC
Comment options

You must be logged in to vote
6 replies
@cherb-programs
Comment options

@ace-brown
Comment options

@PatrickAlphaC
Comment options

@Evancitoo
Comment options

@Evancitoo
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants