I'm trying to build calibre from git for a 32-bit Debian system. I believe I've installed all build dependencies, but I'm getting this error on setup.py bootstrap:
Code:
Generating the rcc_backend bindings...
-c: (...)/src/calibre/build/pyqt/rcc_backend/rcc.sip: line 19 column 9: 'QtCore/QtCoremod.sip' could not be found
But QtCoremod.sip is on my system at /usr/lib/python3/dist-packages/PyQt6/bindings/QtCore/QtCoremod.sip.
I'm stuck for next steps. Any tips? Alternatively, does anyone have prebuilt 32 binaries?