Undefined `InteractiveBrowserCredential`
Closed this issue · 0 comments
anders-kiaer commented
With current master
, the user will get Undefined InteractiveBrowserCredential
from this line:
This is due to the azure
dependencies being optional (coming from pip install webviz-config[deployment]
extra group), and e.g. webviz build [..]
should work without having them installed.