-
I am trying to run
I have web3 installed and my other contract which was deployed without using brownie is all working fine. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I have been trying to fix this for quite a while now but feels like I'm just stuck for now. I am thinking of switching to a different framework other than brownie. Anyone got any suggestions ? |
Beta Was this translation helpful? Give feedback.
-
Hello @pushkal04 Additionally have you considered to use WSL? there is complete guide on the course index called "windows support". Cheers. |
Beta Was this translation helpful? Give feedback.
Hello @pushkal04
For me the problem is the python version you are working with, python v3.10 have been reported to have a lot of problems with Web3 libs, so I strongly suggest to use a python virtual env with python v 3.8.
Additionally have you considered to use WSL? there is complete guide on the course index called "windows support".
Cheers.