pip install web3 - ERROR: Microsoft Visual C++ 14.0 or greater is required. #206
-
Hello,
Unfortunately, the possible solutions from the other threads here have not helped me so far (at the end of this post is a short list of what I have already tried). Does anyone know of any other possible approaches? I can also post more messages if needed. Unfortunately, I don't know much about the problem to be able to narrow it down.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Since I also got the following line output in my last post, I tried installing 'wheel' separately:
I'm afraid I'm not sure if this is progress or was rather a mistake.... |
Beta Was this translation helpful? Give feedback.
-
I wasn't able to find anything which could help on this situation, rather than install Visual Studio libraries of manually install a specific whel version for web3, However I have a recommendation for you guys, try to run this on WSL2 (windows subsystem for linux) I know I know, it's linux and it could seem hard to understand but for the purposes you want it (manage python libraries) this solution will make your life easier as is much more easy to manage python libraries on linux, so here is a mini tutorial for wsl2 provided by microsoft: https://docs.microsoft.com/en-us/windows/wsl/install Do not forget no install the VSCode extension: WSL in order to interact with it. Hope this helps and also, learning linux will help you a lot on your developer journey ;) |
Beta Was this translation helpful? Give feedback.
-
Seems you are just missing |
Beta Was this translation helpful? Give feedback.
Seems you are just missing
Microsoft Visual C++ 14.0 or greater is required.
... I can find the same issue here and the answer provided there looks good to me, try that and let me know