Emmanuel Udoh
Emmanuel Udoh

Follow

Emmanuel Udoh

Follow
How to solve pip install web3 python solution for windows 10

Photo by Clément Hélardot on Unsplash

How to solve pip install web3 python solution for windows 10

Emmanuel Udoh's photo
Emmanuel Udoh
·Jun 27, 2022·

1 min read

During the course of installing web3 via the vscode terminal, you might run into a problem which will not install web3 into your machine especially if you are using the windows 10.

What is needed to be done is

  1. Download Microsoft C++ Build Tools Standalone MSVC compiler, libraries, and scripts from https://visualstudio.microsoft.com/visual-cpp-build-tools/

vs1.PNG

  1. click on download build tools, then it starts downoading.

  2. Click on desktop development with c++

vs2.PNG

  1. Click on install

  2. Back to your terminal, and run pip install web3

 
Share this