Need help build PyMOL: Cannot run PyMOL Qt not available

Hello,

I am trying to build PyMOL.
https://pymol.org/2/

I build it with
flatpak-builder --install --user build org.pymol.PyMOL.yaml --force-clean

When I try to launch it, I got

   flatpak run org.pymol.PyMOL
    Qt not available, using GLUT/Tk interface
    Traceback (most recent call last):
      File "/app/lib/python3.8/site-packages/pymol/__init__.py", line 76, in <module>
        pymol.launch(args)
      File "/app/lib/python3.8/site-packages/pymol/__init__.py", line 452, in launch
        _cmd.runpymol(_cmd._get_global_C_object(), block_input_hook)
    NotImplementedError: compile with --glut

I complain about missing Qt, but I have runtime: org.kde.Platform and sdk: org.kde.Sdk which should have Qt.

Any ideas?
Thank you.

I use pyside instead of pyqt and it work now.

This topic was automatically closed after 6 days. New replies are no longer allowed.