revChatGPTServer icon indicating copy to clipboard operation
revChatGPTServer copied to clipboard

Not supported on Windows?

Open beaver316 opened this issue 2 years ago • 1 comments

My development environment is Windows 11 and VS Code. When installing the packages from the requirements.txt file there is the error:

Runtime error: Uvloop does not support Windows at the moment

After some research it seems uvicorn requires uvloop. Could we replace this Web server with one compatible with Windows also?

beaver316 avatar Dec 10 '22 22:12 beaver316