WARNING: Requirement ‘pygame-1.9.6-cp38-win_amd64.whl‘ looks like a filename, but the file does not安装pygame时遇到的问题
WARNING: Requirement ‘pygame-1.9.6-cp38-win_amd64.whl’ looks like a filename, but the file does not exist
ERROR: pygame-1.9.6-cp38-win_amd64.whl is not a valid wheel filename.
解决方案:

检查是否下载了正确的对应:python版本,32还是64位
我的是电脑是64位的,以为python也是64位的,但是安装64位的pygame时出现了这个问题,用32位的一试就好了!!!
WARNING: Requirement ‘pygame-1.9.6-cp38-win_amd64.whl‘ looks like a filename, but the file does notERROR: pygame-1.9.6-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.

相关文章:

  • 2021-10-18
  • 2021-09-09
  • 2021-07-27
  • 2022-12-23
  • 2022-01-26
  • 2022-12-23
  • 2021-12-17
  • 2021-04-11
猜你喜欢
  • 2021-05-11
  • 2021-10-04
  • 2021-09-04
  • 2022-01-11
  • 2022-12-23
  • 2021-12-28
  • 2021-04-15
相关资源
相似解决方案