Pip instal web3 isn't working #120
-
pip3 install web3
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Worked |
Beta Was this translation helpful? Give feedback.
-
This had me stuck for days. I figured it was either a problem with python or vscode, but it was actually a C compiler issue that is resolved by installing vsbuild tools. I came to this post and scrolled down to the second answer, and it fixed everything :). This is what they suggested: You need windows 10 SDK, Download visual studio build tools and install Visual C++ Build tools core features. Hope it helps! |
Beta Was this translation helpful? Give feedback.
Worked
Had to use the following commands and then use pip3 install web3
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install