|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
C:\Users\lenovo>python -m pip install --user pygame-1.9.6-cp38-cp38-win_amd64.whl
WARNING: Requirement 'pygame-1.9.6-cp38-cp38-win_amd64.whl' looks like a filename, but the file does not exist
ERROR: pygame-1.9.6-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.
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.
C:\Users\lenovo>python -m pip install --user pygame-1.9.6-cp38-cp38-win_amd64 (1).whl
WARNING: Requirement '(1).whl' looks like a filename, but the file does not exist
ERROR: (1).whl is not a valid wheel filename.
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 install pygame -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
复制代码
|
|