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
Additionally there might be an another issue in setup.py which links to such libraries:
'gobject-2.0',
'glib-2.0',
'gtk-x11-2.0',
Looks like 'gtk-x11-2.0' is GTK 2.0 and you cannot use GTK 2 and GTK 3 in the same process. This didn't cause issues in v53 release in the GTK 3 example, however this might be an issue if you freeze app, I don't know, maybe. Further testing is required.