Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PASTA APP crashes with segmentation fault #352

Closed
jmurugan-fzj opened this issue Oct 14, 2024 · 0 comments · Fixed by #359
Closed

PASTA APP crashes with segmentation fault #352

jmurugan-fzj opened this issue Oct 14, 2024 · 0 comments · Fixed by #359
Assignees

Comments

@jmurugan-fzj
Copy link
Contributor

jmurugan-fzj commented Oct 14, 2024

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):

  • OS: [e.g. Ubuntu 24.04.1 LTS]
  • Browser [e.g. Chromium]
  • PASTA ELN Version [e.g. 2.5]

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant