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
Turns out ModuleNotFoundError was only added in Python 3.6, and since
our AppImages are built with 3.4 this causes problems.
But ModuleNotFoundError is a subclass of ImportError anyway, so just
checking for ImportError covers all cases.
0 commit comments