如何下载pygame
我用的是MacBook,terminal输入pip install pygame会报错ERROR: Command errored out with exit status 1怎么办试试输入这个:
pip install pygame -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com Twilight6 发表于 2020-7-20 22:25
试试输入这个:
这个和我报一样的错 kcal 发表于 2020-7-21 00:53
这个和我报一样的错
先打开终端 输入 pip install wheel
然后去这里下载你Python 对应版本的 pygame:http://pypi.doubanio.com/simple/pygame/
建议下载这里 1.9.6 版本的,如图:
然后将这个保存到某个路径,将 Mac 的终端工作目录跳转到 whl 文件保存的目录:cd 具体文件夹路径这里的文件夹路径改成你下载的 whl 路径
然后输入 pip install 你下载的文件名.whl
出现 Successfully 时即安装成功
页:
[1]