Hi everyone! I'm running Mint Cinnamon 20.3. I'm trying to build Sigil, but I ran into some trouble. The guide I'm following is this one:
https://github.com/Sigil-Ebook/Sigil...ng_on_Linux.md
The problem step is the command "sudo apt-get install python3-tk python3-pyqt5 python3-pyqtwebengine python3-html5lib python3-regex python3-pillow python3-cssselect python3-chardet"
The command fails because I can't install the package python3-pyqtwebengine. When I break up the packages individually, this happens:
$sudo apt-get install python3-pyqtwebengine
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python3-pyqtwebengine
So I try this, but still fail:
$pip3 install python3-pyqtwebengine
ERROR: Could not find a version that satisfies the requirement python3-pyqtwebengine (from versions: none)
ERROR: No matching distribution found for python3-pyqtwebengine
Any suggestions about how to proceed? Having access to Sigil plugins might be helpful.