I'm trying to troubleshoot this error in a fairly complex Python 3.9 project with PyQt 5.15 and qasync
(error sanitized for privacy):
RuntimeError: Cannot enter into task <Task pending name='Task-11911' coro=<*** running at ***:454> cb=[asyncSlot.<locals>._error_handler() at /mnt/data/opt/lib/python3.9/site-packages/qasync/__init__.py:778, <TaskWakeupMethWrapper object at 0x7f64291790>()]> while another task <Task pending name='Task-11910' coro=<*** running at ***.py:1038> cb=[asyncSlot.<locals>._error_handler() at /mnt/data/opt/lib/python3.9/site-packages/qasync/__init__.py:778]> is being executed.
I'm not sure I understand the error, and a quick search online only returns links to specific packages, not an explanation of the error itself. What does the error mean in practice?