【发布时间】:2021-01-26 08:49:32
【问题描述】:
我执行 pip install pygame 并且它说我已经安装了它,但是对于 python 2.7,所以我执行 pip3 install pygame 并且它不起作用,而是给出了一些错误。如果你有答案,请帮忙!
【问题讨论】:
-
你遇到了什么错误?请说明
标签: python macos terminal pygame
我执行 pip install pygame 并且它说我已经安装了它,但是对于 python 2.7,所以我执行 pip3 install pygame 并且它不起作用,而是给出了一些错误。如果你有答案,请帮忙!
【问题讨论】:
标签: python macos terminal pygame
安装它时,我会确保您首先在终端或命令行中运行 python 3,然后再输入安装命令。我知道有一个开发版本。
pip install pygame==2.0.0.dev6
如果你使用的是 mac,你可能会尝试 pip3 而不是 pip。
【讨论】: