azure-sdk-for-python icon indicating copy to clipboard operation
azure-sdk-for-python copied to clipboard

ImportError: cannot import name 'confidentialLedgerClient'

Open wtam opened this issue 3 years ago • 2 comments

  • 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:

  1. pip3 install azure-identity azure-confidentialledger
  2. 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 avatar Apr 06 '22 08:04 wtam

@wtam We are looking into it and get back to you for any additional information.

SaurabhSharma-MSFT avatar Apr 07 '22 23:04 SaurabhSharma-MSFT

Seems the import is just missing a capital 'C'. (i.e. from azure.confidentialledger import ConfidentialLedgerClient)

pvaneck avatar Sep 22 '22 00:09 pvaneck

from azure.confidentialledger import TransactionState ImportError: cannot import name 'TransactionState' from 'azure.confidentialledger'

riyadhuddin avatar Sep 27 '22 06:09 riyadhuddin

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.

github-actions[bot] avatar Apr 05 '24 18:04 github-actions[bot]