问题:pycharm中安装pygame失败
解决方法:下载国内代替的libs
步骤:
C:\Users\chendh>python
Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 22:39:24) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
安装成功效果如下:
D:\Python3\Scripts>pip install pygame-1.9.6-cp38-cp38-win32.whl
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Processing d:\python3\scripts\pygame-1.9.6-cp38-cp38-win32.whl
Installing collected packages: pygame
Successfully installed pygame-1.9.6