uvicorn.run fails when packaged in pyinstaller with console=False #2592
Unanswered
DoubleF3lix
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a pyinstaller app that bundles as a single file. I've noticed that if I set
console=False
in the.spec
file, uvicorn fails to start the server. However, if I enable the console, I can see the output and it works just fine. Any ideas on what's going on here?Beta Was this translation helpful? Give feedback.
All reactions