No supported WebSocket library detected. Please use 'pip install uvicorn[standard]', or install 'websockets' or 'wsproto' manually.的解决办法
解决办法
pip install uvicorn[standard]
或
pip install websockets
或
pip install wsproto
作者是第二种解决。
pip install uvicorn[standard]
或
pip install websockets
或
pip install wsproto
作者是第二种解决。