-
|
I'm trying to run brownie compile and am getting the error below. Been stuck with this for quite a few days. Am not sure what's going wrong. I read through other responses to a similar issue but wasn't quite able to fix this issue. It's not clear to me which package's version the error message below is talking about PS C:\Users\amiyo\demos\smartcontract-lottery> brownie compile INFO: Could not find files for the given pattern(s). File "C:\Users\amiyo\AppData\Local\Programs\Python\Python310\lib\site-packages\brownie_cli_main_.py", line 64, in main |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
|
Hello @AmiyoKC this a problem due to the python version you are using, python 3.10 have been reported as not 100% compatible yet with some of web3 dependencies, I strongly suggest you to use python 3.8, and also on a virtualenv ;) |
Beta Was this translation helpful? Give feedback.


Hello @AmiyoKC this a problem due to the python version you are using, python 3.10 have been reported as not 100% compatible yet with some of web3 dependencies, I strongly suggest you to use python 3.8, and also on a virtualenv ;)