Lesson 6: ModuleNotFoundError when deploying #1549
-
I have just reached 5:15:51 of the tutorial, having done:
I'm using the newer FundMe.sol in this link https://github.com/PatrickAlphaC/fund_me/blob/main/FundMe.sol What I've done differently from the tutorial, is use the v0.7 instead of v0.6 in FundMe.sol since I kept getting error when compiling. Up to this point, when I run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No worries guys, found a solution here: https://stackoverflow.com/questions/68721661/eth-brownie-no-module-named-users-someuser |
Beta Was this translation helpful? Give feedback.
No worries guys, found a solution here: https://stackoverflow.com/questions/68721661/eth-brownie-no-module-named-users-someuser
Worked for me. Maybe it's a Mac problem.