Could you remove the python-pyqtwebengine ? It installs in /usr/lib/python3.9 while arch python is 3.10 so the modules it installs are not found.
python-pyqt5-webengine provides and replaces python-pyqtwebengine and is already available so no need to rebuild python-pyqtwebengine to install to the proper location for python3.10.
https://archlinux.org/packages/?sort=&q ... =&flagged= shows only x86_64 | Extra | python-pyqt5-webengine | 5.15.6-1 | Python bindings for QtWebEngine | 2022-06-18 .
So I think python-pyqtwebengine was already remove for x86.
This broken package breaks calibre ebook-viewer (from the calibre package) currently on docker images for arm32v7 and arm64v8 linuxserver/calibre:arch
$this->bbcode_second_pass_code('', '$ ebook-viewer
Failed to import PyQt module: PyQt5.QtWebEngineCore with error: No module named 'PyQt5.QtWebEngineCore'
Traceback (most recent call last):
File "/usr/sbin/ebook-viewer", line 21, in <module>
sys.exit(ebook_viewer())
File "/usr/lib/calibre/calibre/gui_launch.py", line 69, in ebook_viewer
from calibre.gui2.viewer.main import main
File "/usr/lib/calibre/calibre/gui2/viewer/main.py", line 9, in <module>
from qt.webengine import QWebEngineUrlScheme
ImportError: cannot import name 'QWebEngineUrlScheme' from 'qt.webengine' (/usr/lib/calibre/qt/webengine.py)')
I am at loss as to how to create a PR for to remove a package.