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
We're seeing a failure on Azure Machine Learning computes. I can also repro this in other Ubuntu environments.
Trying to use msal_extensions with an encrypted token cache fails as follows:
initially it fails with the missing gi dependency
conda install pygobject fixes that but then fails on `gi.require_version("Secret", "1")
installing gir1.2-secret-1 has no effect on this.
conda install libsecret also doesn't fix this.
manually (apt) installing gir1.2-secret-1 allows this to work in the system python3 but not in conda
The following repros on Ubuntu 18.04.6 LTS and Ubuntu 22.04 LTS
I filed an issue in the msal conda-forge feedstock about this
conda-forge/msal_extensions-feedstock#10 (comment)
We're seeing a failure on Azure Machine Learning computes. I can also repro this in other Ubuntu environments.
Trying to use msal_extensions with an encrypted token cache fails as follows:
gi
dependencyconda install pygobject
fixes that but then fails on `gi.require_version("Secret", "1")conda install libsecret
also doesn't fix this.The following repros on Ubuntu 18.04.6 LTS and Ubuntu 22.04 LTS
Conda behavior
non-conda Python behavior
The text was updated successfully, but these errors were encountered: