Difference between revisions of "FAQ:Scrolling does not work"

From MakeHuman Community Wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
Note that if you run from source, you can do so in [[https://docs.python.org/3/tutorial/venv.html 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  
 
Note that if you run from source, you can do so in [[https://docs.python.org/3/tutorial/venv.html 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.
+
approach for Ubuntu 20.10 (Ubuntu 20.04 and earlier should not have the problem).

Revision as of 14:06, 6 November 2020

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 (Ubuntu 20.04 and earlier should not have the problem).