NOTE: I used windows11, sublime text and python 3.11.1
Hello. I am a beginner to Pygame and I just installed it. I created a new python file in sublime text, but when I imported Pygame, it said:
Traceback (most recent call last):
File "C:\Users\____\Desktop\_______ projects\PygameGame\main.py", line 1, in <module>
import pygame
ModuleNotFoundError: No module named 'pygame'
I thought that it was something because of the new version of python 3.11 and Pygame is not yet supported. I also tried upgrading pip, but nothing worked.