Rohit
Rohit

Reputation: 87

Install ms_graph python module

I have been trying to install ms_graph python module but had no luck till now, I have already tried the following command:

pip install microsoftgraph-python

python -m pip install msgraph-core

python -m pip install azure-identity

Upvotes: 1

Views: 12359

Answers (2)

mahdi
mahdi

Reputation: 932

try this:

pip install msgraph-sdk

Upvotes: 0

vicky kumar
vicky kumar

Reputation: 740

Could you please try python3 -m pip install msgraph-core

ref- https://learn.microsoft.com/en-us/graph/tutorials/python?tabs=aad&tutorial-step=2

Thanks

Upvotes: 1

Related Questions