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
Python version is 3.11.8-1. Arch Linux, Plasma 6.0.4, kernel 6.8.7. pyside6 6.7.0-3 and python-qasync 0.24.0-2 are installed from the official repository. If I run the "basic example" as it is, other than adding missing imports like
import sys
import asyncio
from qasync import QEventLoop, QApplication, asyncClose, asyncSlot
from PySide6.QtWidgets import QWidget, QVBoxLayout, QLabel
It crashes.
QWidget: Must construct a QApplication before a QWidget
Aborted (core dumped)
I created a venv that inherits system packages, removed system qasync, and installed only qasync in the venv. It crashed in the same way.
I created a venv without inheritance and installed only qasync and pyside6. This time, it worked.
The text was updated successfully, but these errors were encountered:
HubKing
changed the title
Basic example doesn't work. Aborted.
Basic example crashes when running without venv.
Apr 22, 2024
Python version is 3.11.8-1. Arch Linux, Plasma 6.0.4, kernel 6.8.7. pyside6 6.7.0-3 and python-qasync 0.24.0-2 are installed from the official repository. If I run the "basic example" as it is, other than adding missing imports like
It crashes.
I created a venv that inherits system packages, removed system qasync, and installed only qasync in the venv. It crashed in the same way.
I created a venv without inheritance and installed only qasync and pyside6. This time, it worked.
The text was updated successfully, but these errors were encountered: