PASTA-ELN / pasta-eln

PASTA-ELN with new frontend
https://pasta-eln.github.io/pasta-eln/
Other
8 stars 2 forks source link

PASTA APP crashes with segmentation fault #352

Closed jmurugan-fzj closed 1 month ago

jmurugan-fzj commented 1 month ago

Describe the bug PASTA app crashes with the latest version of PySide 6.8.0, a known incompatibility already reported for qtawesome library Crash on Import with PySide 6.8 Steps To Reproduce Steps to reproduce the behavior:

  1. Install latest version of PASTA with all the latest dependencies
  2. Try to launch the pasta_gui.gui module
  3. The module will fail with segemntation fault
  4. See error

Expected behavior PASTA app should run through the initial installation steps instead of throwing seg fault

Screenshots image image

Desktop (please complete the following information):

Additional context As mentioned above the real reason is the incompatibility of qtawesome library against the latest version of pyside6 library. Crash on Import with PySide 6.8

Possible solution: This issue is partially resolved as part of #351 by keeping the PySide version fixed at 6.7.3. Wait until Crash on Import with PySide 6.8 is closed and then remove the fixed version information from setup.cfg and requirements files, so that the latest version of PySide can be used further.