I am following the example to install unvicorn:
https://www.uvicorn.org/
by doing:
pip install uvicorn[standard]
But received the following error:
% pip install uvicorn[standard]
zsh: no matches found: uvicorn[standard]
However this works:
% pip install uvicorn
I am on MacPro with Python 3.7.