Pygame "No module called pygame.base"
This error bugged me for months, what i did was:
-
Uninstalled the package
pip3 uninstall pygame
-
Purged the pip cache
pip cache purge
-
Finally...Reinstalled pygame using pip3
pip3 install pygame
Worked like a charm :)
You probably have python installed for 32-bit. Uninstall and the install the 64-bit version. After that,
pip3 uninstall pygame
pip3 install pygame