Closed uliska closed 1 year ago
I'm trying to get this to compile within a flatpak. I get the same error. I read through the setup.py and provided manual input to --pyqt-sip-dir
, but I'm kinda stuck there.
@BasioMeusPuga did you do what I have suggested in https://github.com/frescobaldi/python-poppler-qt5/issues/34#issue-551838358?
This must have been either https://github.com/frescobaldi/python-poppler-qt5/issues/34#issue-551838358, or forgetting to install the python3-qt5-devel
package (or however it is called) in addition to python3-qt5
.
Obviously the tool adds
/usr/share/sip/PyQt5
to the include path - but I don't have any PyQt there, not even an/usr/share/sip
. Actually I don't find any entry for PyQt5 and sip (using Ubuntu 16.10).Looking through
setup.py
I must admit I don't really see how that value for the command line is retrieved.