Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'azure' #900

Closed
babaMar opened this issue Sep 17, 2024 · 0 comments
Closed

ModuleNotFoundError: No module named 'azure' #900

babaMar opened this issue Sep 17, 2024 · 0 comments
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience

Comments

@babaMar
Copy link

babaMar commented Sep 17, 2024

Describe the bug

I installed the package using pip and I wanted to run the example form the README

import asyncio

from azure.identity.aio import ClientSecretCredential

credential = ClientSecretCredential("tenantID",
                                    "clientID",
                                    "clientSecret")
scopes = ['https://graph.microsoft.com/.default']

Expected behavior

I would expect the package to handle its own subdependencies

How to reproduce

pip install msgraph-sdk

import asyncio

from azure.identity.aio import ClientSecretCredential

credential = ClientSecretCredential("tenantID",
                                    "clientID",
                                    "clientSecret")
scopes = ['https://graph.microsoft.com/.default']

SDK Version

1.7.0

Latest version known to work for scenario above?

No response

Known Workarounds

No response

Debug output

Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_
@babaMar babaMar added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Sep 17, 2024
@babaMar babaMar closed this as not planned Won't fix, can't repro, duplicate, stale Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience
Projects
None yet
Development

No branches or pull requests

1 participant