Open andyfaff opened 3 years ago
Have you tried python 3.9?
The qt package was installed into a Python 3.9.6 environment. However, the app bundle should be openable by itself. As far as I'm aware it's a native macOS program.
The version in release 5.12.5 works. I don't seem to be able to install 5.12.6, but 5.12.9 doesn't work.
I am running into this problem too, on MacOS 12.0.1. A workaround seems to be to set this environment variable: export QT_MAC_WANTS_LAYER=1
.
Issue:
I want to use Designer.app to modify the UI for a package using pyqt. However, when I try to open the app the menu displays but then it hangs and just chews processor cycles without finishing initialisation. The stack trace is here when I force quit the process.
open -a $CONDA_PREFIX/bin/Designer.app
Environment (
conda list
):Details about
conda
and system (conda info
):