admin管理员组文章数量:1287788
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!
本文标签: Cannot install pygame 26 on Raspberry Pi BusterStack Overflow
版权声明:本文标题:Cannot install pygame 2.6 on Raspberry Pi Buster - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741323460a2372339.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论