Forum Discussion

bmmtf's avatar
bmmtf
Frequent Visitor
5 months ago
Solved

azure-core package dependency version

I have a custom package that I have imported to an environment. Suddenly my notebooks using this environment are running into an error: ImportError: cannot import name 'AccessTokenInfo' from 'azure...
  • bmmtf's avatar
    5 months ago

    Only viable solution appears to be downgrading azure-core and azure-identity dependencies to those used by Fabric Runtime and refactoring the custom package.