-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
I'm trying to install for DRM and have followed the Option 3 steps in the RPi instructions and I'm getting the below error.
I've tried a bunch of different cmake options for building raylib but nothing has gotten it working so far. I've tried on raspbian lite and on a full install of raspbian (autologin to CLI).
>> from raylib import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/pi/.local/lib/python3.11/site-packages/raylib/__init__.py", line 15, in <module>
from ._raylib_cffi import ffi, lib as rl
ImportError: /home/pi/.local/lib/python3.11/site-packages/raylib/_raylib_cffi.abi3.so: undefined symbol: eglGetProcAddress
Metadata
Metadata
Assignees
Labels
No labels