When use multi version of python qt.qpa.plugin: Could not load the Qt platform plugin "xcb"

I just installed autokey-qt and no problems on my side :slight_smile:

I think your problem is here

Look like autokey is trying to look for some locally installed module (old version?), probably installed via pip. Donโ€™t use pip outside virtualenv because this can break your system :wink:

1 Like