I am experiencing compatibility issues when trying to run my project with the specified versions of Pygame and its related libraries. Specifically, I have tested both Python 3.9 and 3.12 with the following setups:
Pygame: 2.6.1
Pygame-CE: 2.5.1
Pygame GUI: 0.6.12
Despite following, I tried more version accept these.
Error :
File "/home/os/Downloads/Tanmay_git/rl_env/relearn/Relearn.py", line 2, in
import pygame
File "/home/os/Downloads/Tanmay_git/rl_env/lib/python3.12/site-packages/pygame/init.py", line 291, in
import pygame.pkgdata
File "/home/os/Downloads/Tanmay_git/rl_env/lib/python3.12/site-packages/pygame/pkgdata.py", line 25, in
from pkg_resources import resource_stream, resource_exists
File "/home/os/Downloads/Tanmay_git/rl_env/lib/python3.12/site-packages/pkg_resources/init.py", line 2191, in
I am experiencing compatibility issues when trying to run my project with the specified versions of Pygame and its related libraries. Specifically, I have tested both Python 3.9 and 3.12 with the following setups:
Pygame: 2.6.1 Pygame-CE: 2.5.1 Pygame GUI: 0.6.12 Despite following, I tried more version accept these.
Error :
import pygame
File "/home/os/Downloads/Tanmay_git/rl_env/lib/python3.12/site-packages/pygame/init.py", line 291, in
import pygame.pkgdata
File "/home/os/Downloads/Tanmay_git/rl_env/lib/python3.12/site-packages/pygame/pkgdata.py", line 25, in
from pkg_resources import resource_stream, resource_exists
File "/home/os/Downloads/Tanmay_git/rl_env/lib/python3.12/site-packages/pkg_resources/init.py", line 2191, in
File "/home/os/Downloads/Tanmay_git/rl_env/relearn/Relearn.py", line 2, in