I've downloaded pygame version 2.1.2 and I'm using it with python 3.10.4 but it is giving an error when I try to import it:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import pygame
ModuleNotFoundError: No module named 'pygame'
I have tried it on vscode and it was working but it suddenly isn't working anymore. Any suggestions please?