Author Topic: QuantumATK 2024.09 PyQt5 error  (Read 12538 times)

0 Members and 1 Guest are viewing this topic.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5620
  • Country: dk
  • Reputation: 107
    • View Profile
    • QuantumATK at Synopsys
Re: QuantumATK 2024.09 PyQt5 error
« Reply #15 on: January 29, 2025, 22:02 »
I would imagine you need to "patch" the actual file, not the softlink. So
Code
strip --remove-section=.note.ABI-tag /opt/ohpc/pub/apps/qatk/2024.09/lib/libQt5Core.so.5.15.12
might be worth trying

Offline aziz.ogutlu

  • Regular QuantumATK user
  • **
  • Posts: 9
  • Country: tr
  • Reputation: 0
    • View Profile
Re: QuantumATK 2024.09 PyQt5 error
« Reply #16 on: February 5, 2025, 03:05 »
Same error again:
Code
[root@celestia singularity]# singularity shell --cleanenv --env DISPLAY=$DISPLAY --env XDG_SESSION_ID=$XDG_SESSION_ID --network bridge  --bind /run/munge:/run/munge --bind /opt/ohpc/pub:/opt/ohpc/pub qatk-2024.09-test.sif
Code
Singularity> strip --remove-section=.note.ABI-tag /opt/ohpc/pub/apps/qatk/2024.09/lib/libQt5Core.so.5.15.12
Code
Singularity> quantumatk
Traceback (most recent call last):
  File "/opt/ohpc/pub/apps/qatk/2024.09/bin/../atkpython/bin/quantumatk", line 8, in <module>
    sys.exit(start_quantumatk())
             ^^^^^^^^^^^^^^^^^^
  File "zipdir/ATKExecutables/atkwrappers/__init__.py", line 811, in start_quantumatk
  File "zipdir/NL/__init__.py", line 9, in <module>
  File "zipdir/NL/GUI/Main/Main.py", line 1, in <module>
  File "/opt/ohpc/pub/apps/qatk/2024.09/atkpython/lib/python3.11/site-packages/qtpy/__init__.py", line 259, in <module>
    raise QtBindingsNotFoundError from None
qtpy.QtBindingsNotFoundError: No Qt bindings could be found