uvicorn main:app --reload uvicorn : The term 'uvicorn' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify t hat the path is correct and try again. At line:1 char:1 + uvicorn +...
I have installed uvicorn from py -m pip install uvicorn, when I run uvicorn I get this error. 'uvicorn' is not recognized as an internal or external command, operable program or batch file. How can I make it to work, what am I doing wrong? Could you please help Additional context pyt...
Insights Additional navigation options Files 21494a0 docs scripts tests uvicorn loops middleware protocols reloaders __init__.py importer.py lifespan.py main.py workers.py .codecov.yml .gitignore .travis.yml LICENSE.md README.md mkdocs.yml ...
uvicorn main:app --reload uvicorn : The term 'uvicorn' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify t hat the path is correct and try again. At line:1 char:1 + uvicorn +...