ImportError: cannot import name 'confidentialLedgerClient'
- Package Name: azure-confidentialledger
- Package Version: 1.0.0b1
- Operating System: Bash/Ubuntu18.04
- Python Version: 3.6.9
Describe the bug from azure.confidentialledger import confidentialLedgerClient => ImportError: cannot import name 'confidentialLedgerClient'
To Reproduce Steps to reproduce the behavior:
- pip3 install azure-identity azure-confidentialledger
- from azure.confidentialledger import confidentialLedgerClient
Expected behavior 'confidentialLedgerClient' should be found in the azure.confidentialledger pkg
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
@wtam We are looking into it and get back to you for any additional information.
Seems the import is just missing a capital 'C'. (i.e. from azure.confidentialledger import ConfidentialLedgerClient)
from azure.confidentialledger import TransactionState ImportError: cannot import name 'TransactionState' from 'azure.confidentialledger'
Hi @wtam, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.