GameMaker
GameMaker

Reputation: 93

Cannot install pygame 2.6 on Raspberry Pi Buster

I'm trying to write a script that will let us configure a number of Raspberry Pi 3B+ devices to run pygame.

After much struggling with sdl and other dependencies, I've got it installing python 3.13.2, sdl, and lots of other dependencies, but when I try to pip install -U pygame==2.6.0 --user, I get:

  × Building wheel for pygame (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [74 lines of output]
      src_c/pypm.c:1180:1: warning: ‘Py_UNICODE’ is deprecated [-Wdeprecated-declarations]
       static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
       ^~~~~~

I was following the instructions on the pygame main page, so also filed an issue with lots more details if that helps.

Appreciate any help you might be able to offer!

Upvotes: -1

Views: 22

Answers (0)

Related Questions