I cannot download neither from pkgman nor from Haikudepot (after enabling source and devel packages in show menu) the source packages, for example pyqt_builder_source or pyqt5_sip_source. If I type pkgman search pyqt5_sip_source
it returns:
pyqt5_sip_source The PEP 517 Compliant PyQt Build System (source files)
so pkgman lists it but doesn’t install the package
trying to do a
pip3.7 install PyQtWebEngine
or
pip3.8… or pip3.9
it seems he cannot build sip, and gives this error:
Command errored out with exit status 1: /bin/python3.7 /packages/python3-3.7.10-4/.self/lib/python3.7/vendor-packages/pip install --ignore-installed --no-user --prefix /boot/system/cache/tmp/pip-build-env-h917bhpb/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple – ‘sip >=5.3, <7’ ‘PyQt-builder >=1.9, <2’ Check the logs for full command output.
I wanted to remove the ignore-installed option because pyqt5_sip pyqt5_sip_python38 pyqt5_sip_python39 pyqt_builder pyqt_builder_python38 pyqt_builder_python39 are installed
but I don’t know how to do it, anyone experienced?