msgraph-beta-sdk-python icon indicating copy to clipboard operation
msgraph-beta-sdk-python copied to clipboard

from msgraph_beta import GraphServiceClient not working

Open Venkat-Castlery opened this issue 4 months ago • 0 comments

Describe the bug


ModuleNotFoundError Traceback (most recent call last) Cell In[3], line 3 1 import asyncio 2 from azure.identity.aio import ClientSecretCredential ----> 3 from msgraph_beta import GraphServiceClient

ModuleNotFoundError: No module named 'msgraph_beta'

Expected behavior

should be able to import?

How to reproduce

just import and try

SDK Version

No response

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_

Venkat-Castlery avatar Aug 13 '25 07:08 Venkat-Castlery