Pygame “No module called pygame.base”

后端 未结 5 1781
无人及你
无人及你 2020-12-21 05:55

When I download pygame-1.9.2b8-cp36-cp36m-win32.whl from http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame I turn it into zip, take the headers in the pygame-1.9.2b8.data fo

5条回答
  •  庸人自扰
    2020-12-21 05:59

    You probably have python installed for 32-bit. Uninstall and the install the 64-bit version. After that,

    pip3 uninstall pygame

    pip3 install pygame

提交回复
热议问题