from msgraph_beta import GraphServiceClient not working

Open
#927 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
45/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Quiet
Tech stack
python
Domain
api

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.

Description

status:waiting-for-triage type:bug
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_
Dominant language
Python
Stars
44
Forks
16
Avg merge
20h 39m
Merged PRs (30d)
3

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoftgraph/msgraph-beta-sdk-python

All issues in microsoftgraph/msgraph-beta-sdk-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.