Cannot install pygame in Pycharm
问题 I'm on Windows 10 on an Asus. I'm using python 3.8. I installed successfully pygame on another computer (lenovo yoga, same OS) and worked fine. Then I tried to install the same package on this computer (the Asus) using pip and worked just fine. The issue is that when I try to import pygame in PyCharm the module seems not to exits Traceback (most recent call last): File "C:/Users/nicho/PycharmProjects/test/pygame_/2d pvm game/game.py", line 2, in <module> import pygame ModuleNotFoundError: No