You are not logged in.
When using spyder from the community package I can use the help pane to render rich docstrings with spinhx. However, when installing spyder in a virtual environment using pip (getting the packages from pypi) the help pane will only show the docstrings using the option "plain text". When trying to invoke the help pane using the rich sphinx based rendering two short white flashes are noticeable and then nothing. I can replicate this on several virtual environments on both Intel and AMD Arch Linux installations running on Gnome Wayland.
I suspect that this is caused by an incompatible/old version of PyQt(WebEngine(-Qt)) that is distributed via pypi/pip (see https://pypi.org/project/PyQtWebEngine-Qt/). Before PyQt even had a wheel package on pypi simply adding some symlinks to the official package in the virtual environment site-package directory of the key Qt libraries would work around the issue. I would assume that same can be done here as well, but I was wondering if anyone new how the wheel packages from pypi could be generated based on a locally installed and up-to-date version of PyQt?
Offline