pygame installation via pip
问题 I'm trying to install pygame in my python 2.7. I do it in this python because for some reason if I try to install pip in python 3.7 it won't work. From the terminal I entered: sudo pip install pygame And supposedly I installed it well, but when I try to do the import it tells me: Traceback (most recent call last): File "example.py", line 1, in <module> import pygame ImportError: No module named pygame if i try to do again sudo pip install pygame : Requirement already satisfied: pygame in