Skip to content

On Ubuntu and Python v3.11 #1

@GrumpyMeow

Description

@GrumpyMeow

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions