When I import pygame, I get the above error message. When I pip install and pip3 install pygame in PyCharm, Sublime, and my computer terminal, I get this message:
Requirement already satisfied: pygame in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (2.0.1)
and yet I continuously get the error message when I try running a pygame program. How should I troubleshoot? Is there a way to reorganize the python 3 location in my Path?
OS is macOS Catalina 10.15.17
In the terminal, python -V returns python 2.7.16 and python3 - V returns 3.9.1
Any help is appreciated!