美文网首页
macbook安装python3.8.2安装pygame1.9.

macbook安装python3.8.2安装pygame1.9.

作者: 爱的旋转体 | 来源:发表于2020-03-15 22:19 被阅读0次

1.问题:
macbook安装的python是3.8.2,通过pip3 install pygame安装的pygame版本是1.9.4,运行程序不显示窗口,但是有声音,原因是python 3.8 需使用 pygame 2.0以上。
2.解决办法:

python3 -m pip install pygame==2.0.0.dev6

相关文章

网友评论

      本文标题:macbook安装python3.8.2安装pygame1.9.

      本文链接:https://www.haomeiwen.com/subject/vpriehtx.html