termux-packages
termux-packages copied to clipboard
[Package]: python-pyqtwebengine
Feature description
I want to run python-pyqt5-webengine on Termux
Additional information
Right now I can "pkg install pyqt5" but that does not include QtWebEngineWidgets
Therefore, it failed to run "from PyQt5 import QtWebEngineWidgets" via python
Home page URL
https://www.riverbankcomputing.com/software/pyqtwebengine/
Source code URL
https://files.pythonhosted.org/packages/source/P/PyQtWebEngine/PyQtWebEngine-5.15.6.tar.gz
Does not either build nor run without qt5-qtwebengine
(#10070). May build with stub libs, but it would not make much sense.
"Wontfix" until qt5-qtwebengine
is packaged. Thanks.
Added "package request" label to prevent Stale Bot from interfering.
has this problem been resolved ?
if not solved, try this
sip-wheel --qmake-setting 'QMAKE_CXXFLAGS += -I/data/data/com.termux/files/usr/include/QtPrintSupport -I/data/data/com.termux/files/usr/include/QtWebChannel' --qmake-setting 'QMAKE_LFLAGS += -L/data/data/com.termux/files/usr/lib -lpython3.11 -lQt5WebEngineCore -lQt5Quick -lQt5Gui -lQt5QmlModels -lQt5Qml -lQt5Network -lQt5Core -lQt5WebEngine -lQt5WebEngineWidgets -lQt5Widgets'
my result
@Mame29 How did you install it? I have built the wheel but it is not installing.
@codemona
I change file name to PyQtWebEngine-5.15.6-cp311-abi3-linux_aarch64.whl
sip-wheel
I want to try, but 'sip-wheel' command not found. May I ask how can I install sip-wheel command on Termux?
sip-wheel
I want to try, but 'sip-wheel' command not found. May I ask how can I install sip-wheel command on Termux?
now install with commad pkg update -y && pkg install python-pyqtwebengine