Azure-Samples / openai-chat-app-quickstart

A simple chat application that uses managed identity for Azure OpenAI access. Designed for deployment on Azure Container Apps with the Azure Developer CLI.
MIT License
167 stars 103 forks source link

uvloop doesn't support Windows #205

Closed dawnwages closed 1 month ago

dawnwages commented 1 month ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

pip install -r requirements-dev.txt

Any log messages given by the failure

RuntimeError: uvloop does not support Windows at the moment [end of output]

Expected/desired behavior

requirements install

OS and Version?

Windows 11 Enterprise

Versions

Mention any other details that might be useful


Thanks! We'll be in touch soon.

pamelafox commented 1 month ago

This should now be fixed, tests are passing on Windows.