microsoftgraph / microsoftgraph/msgraph-beta-sdk-python
from msgraph_beta import GraphServiceClient not working
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 44
- Forks
- 16
- Avg merge
- 20h 39m
- Merged PRs (30d)
- 3
Description
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_
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the shown from msgraph_beta import GraphServiceClient import and checking the SDK installation and package name. The issue provides no repository files or tests, so inspect the package entry points and installation documentation. Done means the documented import works for the reported SDK scenario, with a regression check if an existing test location is found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100