PatrickAlphaC / nft-mix

MIT License
824 stars 415 forks source link

Could not find files for given patterns when deploying contract #74

Closed Negaunee0024 closed 2 years ago

Negaunee0024 commented 2 years ago

I get the same warning when I try to deploy a simple or advanced contract. The contract still deploys, but there is always an error. Here is the "problem" highlighted. Thanks for your time. image

PatrickAlphaC commented 2 years ago

You can ignore that.

This is because you installed brownie with pipx (which is correct), but python doesn't see it in it's list of packages. You could install it with pip to make it go away, ignore it, or look at this: https://ethereum.stackexchange.com/questions/114841/failed-brownie-import-when-running-scripts/114857