freeze uvicorn ModuleNotFoundError: No module named 'uvicorn.protocols.http.auto' #2185
Unanswered
wanghaisheng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
def start_fastapi_server_loop(loop):
import uvicorn
global server
if name == "main":
mp.freeze_support()
I am use cx_freeze
Beta Was this translation helpful? Give feedback.
All reactions