On Wed, Dec 8, 2021 at 8:40 AM [email protected] <[email protected]> wrote:
> 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). > Thanks, Thomas, for these suggestions. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/CAMF8tS1RZyEYydT46skE4k7JNPewfNrsFSCC-UctNPW6c0Qjsw%40mail.gmail.com.
