-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
On a brand new project created by uv, that only include Python 3.14, textual, textual-serve, textual-dev. The example command 'uv run textual serve "python -m textual"' will reply "RuntimeError: There is no current event loop in thread 'MainThread'." But everything works fine when switching to Python 3.13.
uv init testproject -p 3.14 # switch to 3.13, everything works fine
cd testproject
uv add textual textual-dev textual-serve
uv run textual serve "python -m textual" # Fail for "RuntimeError: There is no current event loop in thread 'MainThread'."
Metadata
Metadata
Assignees
Labels
No labels