I am getting the following error when I try to run my fastapi project
1491, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 2] The system cannot find the file specified I am using manage-fastapi as package manager for creating fastapi project find the link for manage-fastapi https://github.com/ycd/manage-fastapi
I am getting this error when I am executing fastapi run
uvicorninstalled?