Closed EddyDomingo closed 2 years ago
stackoverflow question linkl
https://stackoverflow.com/questions/69562276/how-to-eliminate-error-when-installing-web3-py
Great work making a stackoverflow question on this!
I think you were the one on twitter playing with 3.10 here... I think some of the tools might not work so well with 3.10. Were you able to get things to work with 3.9?
Great work being gritty here Eddy! Really appreciate it. Where are you now?
I am a self taught developer so you learn to be gritty. I will change the version of python today and check. I did also submit the issue in the web3py github repo and they responded that they don't support 3.10 yet.
"We don't support python 3.10 yet. Try again in a fresh virtual environment with python 3.9. Feel free to open another issue if you're still running into issues with python 3.9. Thanks!"
On Thu, Oct 14, 2021 at 6:53 PM Patrick Collins @.***> wrote:
Great work being gritty here Eddy! Really appreciate it. Where are you now?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PatrickAlphaC/web3_py_simple_storage/issues/1#issuecomment-943873873, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQOH2YNE6CJ436IZYWQLESDUG53PFANCNFSM5F6KYD4A .
I received this exact error while I took the course. To solve it, I followed this stackoverflow. After a lot of digging, adding the C/C++ extension to Visual Studio Code seemed to get rid of the errors!
Love the grit! Do you think we should put that post somewhere more visable?
Closing, but looking forward to your feedback!
I am attempting to install web3 on my windows machine. I am using the Visual studio code terminal to do this. I have used both commands.
pip install web3 pip3 install web3 The first error I was getting was around the Visual studios build tools which I was able to install. Now when I run the command I get this error.