Downloading and running the AppImage for the latest version (1.6.5) on fedora 32 results in an error:
Could not import GUI libraries. If you do not have PySide installed then you will need to install it for the GUI to work.
This is unexpected as it's an AppImage distribution which I expected to have all dependencies included.
Installing the library (PySide2) to my system python does not help.
I also extracted the AppImage and ran a python shell using the "embedded python" in ./usr/bin/python and could successfully import PySide2