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
File "...\site-packages\pyblish_lite\vendor\Qt.py", line 1676, in _install
LogPython: Error: raise ImportError("No Qt binding were found.")
LogPython: Error: ImportError: No Qt binding were found.
The text was updated successfully, but these errors were encountered:
I was able to circumvent this error by simply copying the newest Qt.py module (v1.4.1) into the "vendor" directory to overwrite the old one. @mottosso, is this a sufficient solution?
I'm not sure exactly what "few tweaks" are necessary; I did find one PySide6 bug that I fixed as well, and after that, our custom UI that is based on Pyblish Lite works as before the PySide6 update. More extensive testing may be necessary.
The text was updated successfully, but these errors were encountered: