1. 解决 python 安装第三方库错误问题
1.1 安装 pygame 失败
错误信息: ERROR: Could not find a version that satisfies the requirement pygame (from versions: none)
解决方法:参考此链接可解决,下载第三方库单独安装。python安装第三方库出现ERROR: Could not find a version that satisfies the requirement pygame (from versions: none)
注:开发 IDE: PyCharm