Hi Community -
Conda refused to install msgraph-sdk (Microsoft Graph) package into a cloned 3.5 environment. The error message complained that I need python 3.11, which is what I'm running. (see below).
Pip also refused on first try, suggesting I set LongPathsEnabled to true in the registry. After doing that conda still failed with same error, but pip installed successfully.
Does anyone know of a good test script to run to make sure msgraph-sdk hasn't broken something arcpy-related and vice-versa?
I've read conda is better than pip at ensuring package compatibility, so I'm a bit leary.
Thanks, Kirk
