简体   繁体   中英

Azure databricks msal library python 2 instead of python 3

I installed the current wheel library of msal from the official pypi repository . But the wheel file has a python version of v2. I try to install this library into my Azure Databricks Cluster where python 3 is configured. This conflicts because the wheel library of msal has python 2 configured. The library installed perfectly when I downgraded the Databricks cluster to python 2. But that can't be the solution because all my notebooks are programmed in python 3. I also can't think of any idea why the msal library isn't already in python 3? Any workaround for this one.

This should have been resolved since MSAL 0.9.0 or above.

Disclosure: I'm one of the maintainers of that library.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM