33thou
16
@servetcoskun I’m curious what your brew/Python environments look like, and how you’ve installed Qt and PyQt?
I’ve gotten to the point where many things build, but the qt_gui_cpp package fails with the error
ModuleNotFoundError: No module named 'sipconfig'
Researching, I’m a bit confused because it looks like sipconfig was for pyqt4, not pyqt5…
I make heavy use pyenv and pipenv to manage lots of parallel Python projects, and I’m thinking this might be confusing PyQt. I’ve even tried compiling PyQt from scratch which took hours and didn’t help.
(╯°□°)╯︵ ┻━┻
In my environment, I’ve installed Qt explicitly with brew. I didn’t explicitly install pyqt or sip with brew, but they seem to be installed based on other dependencies.
I did install pyqt and sip with pip in my virtual environment. I can import QtCore but not sipconfig in a Python shell.