ERROR: Could not find a version that satisfies the requirement PyQtWebEngine (from leo) (from versions: none)
ERROR: No matching distribution found for PyQtWebEngine (from leo)
Any assistance that you could give would be greatly appreciated.
Thanks in advance.
Mike Doffing
Sometimes PyQtWebEngine has to be installed separately after PyQt. I don't know about the Mac. If you installed PyQt6, the WebEngine isn't available yet; almost all of Leo will work without it but the installer might complain as in your case. If so, try installing PyQt5 and its WebEngine.Another thing that has worked is to install a much earlier version of Leo, such as 6.3, or even 6.1. Once it is installed and working, then use pip to upgrade Leo to the latest. This has worked for some people; I did it for a Linux installation myself. You get pip to install a specific version this way:pip install --user leo==6.3
[snip]
Finally. you could install from the Github repository. Not with pip, I mean to actually clone the repo to your computer and tell Python to use that version. Each time that trying to run Leo complains about a missing package, install that using pip. Eventually you will have everything needed. This way could be more of a pain initially, but you would be also able to use the latest and greatest developmental versions if you wanted to. We can give you some guidance if you want to go this route. I think that the latest release would be the 6.5 branch (6.6 is almost ready).