In my code I have:
'''import pygame'''
When I run:
ModuleNotFoundError: No module named 'pygame'
When I pip install pygame (also tried pip3 install pygame and pip3.7 install pygame):
Requirement already satisfied: pygame in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages (2.0.1)
Really lost here any help appreciated.
python --version = Python 3.7.4
pip --version =
pip 21.2.4 from /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pip (python 3.7)