Pete Heist writes: > It looks like it was still using PyQt5 in your case, so make sure to first do: > > ``` > export QT_API= pyside2 > ``` > > If this is a long-term fix for Mac, maybe that var could be set on > MacOS when sys.platform is darwin, assuming we have a chance to do so > before those libs are initialized. Probably best would be if they > fixed PyQt5. :) Yeah, I'm not really sure what the long-term solution should be. I guess I can try sending an email to the PyQt5 mailing list and see if anyone responds... -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/167#issuecomment-511714362