importError #359
Answered
by
jrriehl
selcuktopal80
asked this question in
Q&A
importError
#359
-
ImportError: cannot import name 'LedgerClient' from partially initialized module 'cosmpy.aerial.client' (most likely due to a circular import) due to that error, not able to use or develop any fetchai git. |
Beta Was this translation helpful? Give feedback.
Answered by
jrriehl
Jun 1, 2023
Replies: 2 comments 9 replies
-
Can you please provide more context so that we can look into this? Some things that would help:
|
Beta Was this translation helpful? Give feedback.
7 replies
-
So far I haven't been able to reproduce this error. Can you confirm when you run exactly this code with CosmPy v0.8.0: from cosmpy.aerial.client import LedgerClient, NetworkConfig
ledger = LedgerClient(NetworkConfig.fetchai_mainnet())
balance = ledger.query_bank_balance('fetch12t9ewxmcawvh2q5hysgeezpp9gxfzzryta2k3t') you get the same error? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
selcuktopal80
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So far I haven't been able to reproduce this error.
Can you confirm when you run exactly this code with CosmPy v0.8.0:
you get the same error?