I tried installing uvicorn through "pip install "uvicorn[standard]" ", got the following error:
Asked Answered
V

1

5
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/

i went ahead and downloaded Microsoft C++ Build Tools

What should i install? Since there's a bunch of stuff

Venu answered 27/1, 2022 at 16:30 Comment(0)
M
9

Because you are using windows, cython based dependencies, Uvloop and Httptools in this case, are not installable. So instead of pip install uvicorn[standard], just go with pip install uvicorn and it will work fine.

Moyna answered 28/1, 2022 at 0:21 Comment(1)
ohh, it worked, thanksVenu

© 2022 - 2024 — McMap. All rights reserved.