I am trying to import pygame in a venv. However, after I activate the venv and enter
pip install pygame
into the cmd prompt, I am told the
requirement is satisfied
yet when I run my code it says:
ModuleNotFoundError: no module named 'pygame'
Can someone please tell me why this is not working, thank you.enter image description here