Replies: 4 comments 3 replies
-
Hello @NamanMohnani Show us how you are trying to import it as you should import accounts like below: from brownie import accounts Remember that imports are case sensitive |
Beta Was this translation helpful? Give feedback.
-
Hello @Neftyr Thank you for reaching out. for better explanation of my problem, let's say
And on running I get, INFO: Could not find files for the given pattern(s) And even when I try |
Beta Was this translation helpful? Give feedback.
-
@cromewar @Neftyr then do you suggest me too delete my Python and brownie and reinstall it. Also, I am currently learning hardhat so is hardhat a good option as an alternative to brownie ? And @Neftyr my python version is 3.10.6 |
Beta Was this translation helpful? Give feedback.
-
Hello @NamanMohnani Hardhat is using different programming language, which is JavaScript. If you are following this course based on python you should use brownie. Just go to this link and follow instruction carefully https://chain.link/bootcamp/brownie-setup-instructions Especially below part if you are using windows as this can cause your problems even if you dont see C++ errors (you should install this tool pack): Also check your interpreter as it should look like below: If it is not show us what you are having in your interpreter list |
Beta Was this translation helpful? Give feedback.
-
I am learning about brownie framework, but I suddenly ran into this issues ?
ImportError: cannot import name 'Accounts' from partially initialized module 'brownie.network.account' (most likely due to a circular import) (D:\lib\site-packages\brownie\network\account.py)
Can someone please help me out asap ?
Beta Was this translation helpful? Give feedback.
All reactions