2.如果出现WARNING: You are using pip version 19.2.3, however version 20.0.2 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.报错 说明你的pip版本太低 3.这时输入: python -m pip install -U pip # 当然,如果嫌弃下载速度慢同样可以考虑换源 安...
2)选择Project:PythonProject ---> Python Interpreter就可以直接看到pygame了,然后双击,也可以点击图中的 "+",进行搜索,然后点击左下角的Install Package按钮,然后就出现问题了!!! 问题:Try to run this command from the system terminal. Make sure that you use the correct version of 'pip...(由于后面解...
先来通过PyCharm安装Pygame这个模块吧 按住command键+英文的逗号,打开项目配置框,找到“Projectinterpreter”,在下方点击“+”按钮添加模块 在搜索框中输入pygame,找到对应版本 选中后,点击“Install Package” 等待这个扩展包安装完成。 安装完成后,咱们来测试一下是否成功吧☟☟☟☟☟ 新建一个Python文件,然后...
Running setup.py install for pygame ... error error: subprocess-exited-with-error × Running setup.py install for pygame did not run successfully. │ exit code: 1 ╰─> [262 lines of output] running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDepreca...
You should consider upgrading via the '/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 -m pip install --upgrade pip' command. 看到这个不要害怕,就是让你把pip升级。如何升级呢?也很简单! 只需要在终端(MAC系统)或cmd(win系统)上,复制上面单引号里的内容,也就是下面这串,然后按enter键...
1)You are using pip version 9.0.1, however version 10.0.1 is available.You should consider upgrading via the 'python -m pip install --upgrade pip' command. 原因:这个问题表示pip工具版本过低,只要更新其版本即可,更新命令为:python -m pip install --upgrade pip(pip是在Python中用于安装Python包的...
You should consider upgrading via the 'python -m pip install --upgrade pip' command. 原因:这个问题主要是版本没有更新的意思,更新一下就好了 解决方法:输入python -m pip install --upgrade pip命令更新一下就好了 2)pygame-1.9.3-cp36-cp36m-win_amd64.whl is not a supported wheel on this platfo...
Pygame:pip install pygame Pygame Zero:pip install pgzero 错误:Command "python setup.py egg_info" failed with error code 1 解决方法:这个错误通常是因为缺少一些必要的依赖库导致的。可以尝试先安装一些常见的依赖库,然后再安装Pygame或Pygame Zero。例如,对于Windows系统,可以使用以下命令安装依赖库: pip...
framework/Versions/3.9/bin/python3.9 -m pip install --upgrade pip' command.
1)You are using pip version 9.0.1, however version 10.0.1 is available. You should consider upgrading via the ‘python -m pip install –upgrade pip’ command. 原因:这个问题主要是版本没有更新的意思 解决方法:输入python -m pip install –upgrade pip命令更新一下就好了 ...