gpt4 book ai didi

python - zsh : no matches found: fastapi[all]

转载 作者:行者123 更新时间:2023-12-05 09:02:03 26 4
gpt4 key购买 nike

命令:pip3 安装 fastapi[all]

错误:zsh:未找到匹配项:fastapi[all]

我正在使用 Python 3.8 的 MacBook Air 2020。

最佳答案

你需要转义括号,所以命令看起来像这样

pip3 install fastapi\[all\]

或者作为替代方案,您引用包名

pip3 install 'fastapi[all]'

第三种选择是使用 noglob

noglob pip3 install fastapi[all]

关于python - zsh : no matches found: fastapi[all],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72127673/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com