Leon_George的博客ERROR: Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max ...需求:在win10下使用pycharm编程,其中需要用到第三方库pygame。 初步解...
weixin_39906499的博客 HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Max retries exceeded with url:…需求:在win10下使用pycharm编程,其中需要用到第三方库pygame。初步解决办法...
oneman555的博客然后我找到project里没有pygame的包,然后在file—setting—project—project interpreter下添加了pygame包(添加安装的时候多次报错,偶然一下安装居然成功了),就解决了 No module named 'pygame’这个问题,但是...