通过以下方式在 miniconda 中安装 msgraph 后:pip install msgraph-sdk
我运行我的 python 代码并收到:
Traceback (most recent call last):
File "c:\Documents\user.py", line 2, in <module>
from msgraph.core import GraphClient
ModuleNotFoundError: No module named 'msgraph.core'
如何在 miniconda 环境中解决此问题?
不再支持GraphClient....