【发布时间】:2021-05-20 09:57:01
【问题描述】:
每当我尝试通过以下方式下载 discord.py 时:
-
python3 -m pip install -U "discord.py[voice]"上面写着SyntaxError: invalid syntax -
python3 -m install -U discord.py上面写着SyntaxError: invalid syntax -
pip install discord.py上面写着SyntaxError: invalid syntax -
python3 -m pip install discordpy上面写着SyntaxError: invalid syntax
我该怎么办?我已经分别尝试过所有这些,我已经尝试下载 Python 3.6 和 Python 3.9.1。
【问题讨论】:
标签: python python-3.x macos syntax-error discord.py