Python无法安装pygame WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

安装requests库出错:

WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

如图

我们可以通过以下方法来解决

访问网址:https://slproweb.com/products/Win32OpenSSL.html

如图下载安装即可:

接下来安装pygame

pygame是python的一个游戏库。官网:http://www.pygame.org

  • win+R 打开cmd,输入:

  • python -m pip install pygame --user

如果网络没有什么问题,会自动下载安装pygame包,下载界面如图。安装成功会提示success,

  • 然后输入 py -m pygame.examples.aliens 测试是否安装好,如图可以玩这个小游戏

结束,开始使用pygame模块

posted @ 2021-03-12 18:48  WEIWEI1095  阅读(348)  评论(0)    收藏  举报
*/
作品集 //