Just this error on running my script…
ModuleNotFoundError: No module named 'pygame'
I’ve reinstalled pygame (via pip uninstall pygame
, pip install pygame
on admin cmd) but that didn’t do anything. No errors on installing.
Python version 3.12.1
What other version should I try?
1