uvicorn启动fastapi使用websocket报错Unsupported upgrade request 2022-07-13 21:06:04 浏览数 (1) 原因:Uvicorn在新版本后[>= 0.12]有关,不会自动提供websocket实现。解决:先卸载已有版本uvicorn:pip uninstall unicorn重新安装指定版本pip install uvicorn [standard]即可正常使用。 pip unicorn websocket 0 人点赞 上一篇:分享雷军22年前编写的代码