You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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
Beta Was this translation helpful? Give feedback.
All reactions