Lesson 4 Challenge #1610
-
I'm around 4 hours in the python course and I keep getting these "Could not find files for the given pattern(s)." which I searched up and said it doesn't mean anything is wrong but I also get a Traceback call every time I run my deploy.py script. It shows a bunch of directories in my files and I really don't want these things to pop in every time I run, I just want to see the printed statements(I'm on windows if this does anything). Does anyone have a solution or am I just messing up the code? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hello @Brandoneos Cheers. |
Beta Was this translation helpful? Give feedback.
Hello @Brandoneos
As you know
Could not find files for the given pattern(s).
is no an error, however the rest of the log you are receiving is not related to this, you are getting the cytools error, the solution is here: https://medium.com/@cromewar/the-mighty-cytools-error-at-web3-smart-contract-development-with-brownie-63335d50f230Cheers.