You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qtawesome crashes on import, without raising an exception, when used with the latest PySide 6.8.0.
Affected version: 1.3.1
Python version: 3.12.7
qtpy (2.4.1) on its own seems to import OK.
There are no other Qt packages installed.
/
/
Edit:
After further investigation this seems to be an issue with qtpy after all. spyder-ide/qtpy#494
The text was updated successfully, but these errors were encountered:
Same here. I replaced all "from qtpy import xxx" with "from PySide6 import xxx" to get around of the problem for time being. Hope it could be fixed soon.
qtawesome crashes on import, without raising an exception, when used with the latest PySide 6.8.0.
Affected version: 1.3.1
Python version: 3.12.7
qtpy (2.4.1) on its own seems to import OK.
There are no other Qt packages installed.
/
/
Edit:
After further investigation this seems to be an issue with qtpy after all.
spyder-ide/qtpy#494
The text was updated successfully, but these errors were encountered: