ModuleNotFoundError: No module named 'msgraph.core' #960
anilalkg (Anilalkg)
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
PS C:\python\GraphAPI\msgraph-sdk-python-core> python.exe .\new_graph_client_test.py
Traceback (most recent call last):
File "C:\python\GraphAPI\msgraph-sdk-python-core\new_graph_client_test.py", line 3, in
from msgraph.core import GraphClient
ModuleNotFoundError: No module named 'msgraph.core'
Tried -- Python 3.12.3
pip3 install msgraph-core
pip3 install azure-identity
All reactions