The problem is that in zsh, contrary to bash [ and ] have special meaning. You need to use quotes: pip install 'fastapi[all]' or escape them ...
確定! 回上一頁