msgraph-beta-sdk-python
msgraph-beta-sdk-python copied to clipboard
from msgraph_beta import GraphServiceClient not working
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_