-
Notifications
You must be signed in to change notification settings - Fork 4
On Ubuntu and Python v3.11 #1
Copy link
Copy link
Open
Description
In my devenv i had Python v3.11.
I had to install: apt install libsdl2-dev libsdl2-ttf-dev libsdl2-mixer-dev libsdl2-net-dev libportmidi-dev libsdl2-image-dev cython3
Modify the version of scipy from v1.6.2 to v1.9.3 in requirements.txt
Then pip install -r requirements.txt ran succesfull.
pip install cython pygame
Unfortunatly this is as far as it goes. Pygame does not support Python v3.11 yet.
https://discuss.python.org/t/python311-can-not-install-pygame/20486/2
I ended up using Python v3.7.
I had to run: python3 main.py face.jpeg No name-value parameter.
Thanks for sharing this repo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels