FAQ:Scrolling does not work

From MakeHuman Community Wiki
Revision as of 11:37, 31 October 2020 by Joepal (Talk | contribs)

Jump to: navigation, search

When starting MakeHuman, everything looks fine. But when you try to scroll a panel, it either does not work at all, or the contents in the panel is compressed.

This happens when you use a PyQt version later than 5.12. Something in the MakeHuman UI code is incompatible with the latest PyQt versions. At this point, the only solution we have is to downgrade PyQt to 5.12.

Note that if you run from source, you can do so in [a python venv] and install a a specific version of PyQt there. That way you don't need to touch the system-wide installed PyQt. Running in venv is our currently recommended approach for Ubuntu 20.10.