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
In some parts of the code we are using pkg_resources which is currently deprecated and to be removed in future python versions. We should migrate the use of this module/lib to importlib instead. This should be a straightforward fix,