-
First Check
Example Code# at Debian, python is control by apt
mkdir pyve
cd pyve
python3 -m venv .
bin/python -m ensurepip --upgrade
bin/python -m pip install -U NiceGUI
wget 'https://github.com/zauberzeug/nicegui/archive/refs/heads/main.zip'
unzip main.zip
bin/python nicegui-main/main.pyDescriptionweb browser show: terminal show: NiceGUI Version3.3.1 Python VersionPython 3.13.5 BrowserFirefox Operating SystemLinux Additional ContextI find the same issue of fastapi at stackoverflow, people say await perhaps solve the issue, but the script I run is nicegui-main/main.py, there are no any modify. |
Beta Was this translation helpful? Give feedback.
Answered by
evnchn
Dec 4, 2025
Replies: 1 comment 1 reply
-
|
Hello @HackYardo I think it is also #5535 Please downgrade to fastapi 0.123.4 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HackYardo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @HackYardo
I think it is also #5535
Please downgrade to fastapi 0.123.4