Hi all,
I have
Any idea what the fix is? I searched, but came up empty as to the solution.
Thanks!
I have
py39-game-2.1.3
installed, but when I have import pygame
as the only line in my .py file I'm getting the following error:
Code:
$ python3.9 test.sh
Traceback (most recent call last):
File "/usr/home/username/test.sh", line 1, in <module>
import pygame
File "/usr/local/lib/python3.9/site-packages/pygame/__init__.py", line 96, in <module>
from pygame.rwobject import encode_string, encode_file_path
ImportError: /usr/local/lib/python3.9/site-packages/pygame/rwobject.cpython-39.so: Undefined symbol "lseek64"
Any idea what the fix is? I searched, but came up empty as to the solution.
Thanks!