I installed pygame through the terminal using pip on my macOS.
Inside Pycharm, the preferences for the project interpreter include pygame
for Python 3.7 as seen in this screenshot: https://i.stack.imgur.com/TRuot.png
However, when I type import pygame
it marks it as an error and states
module not found
The project is using the same interpreter (python 3.7) where it is installed.
I have tried uninstalling and reinstalling pygame
but have found no luck.
I've been searching around Youtube for a couple days and can't find any solution. Thanks in advance for any help!