I have a problem with using brownie compile in Visual Studio Code as I get a INFO: Could not find files for the given pattern(s).
This is the error I get:
I have a problem with using brownie compile in Visual Studio Code as I get a INFO: Could not find files for the given pattern(s).
This is the error I get:
This isn't an issue, it actually means it's working fine!
Your .sol
file is in the build/contracts
folder. Move it to contracts
folder.
I am getting a similar issue when I am compiling my .sol file using python. Everything works perfectly though.
This issues occurs if you didn't define the correct path variable to the flutter\bin folder in the environment variables for your account in windows.
Open this link to see how solve: