-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
Description
When I import pymunk in my game, it showed the black screen, and this is the traceback:
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/pymunk/_chipmunk_cffi.py", line 3, in <module>
import _cffi_backend # type: ignore # for PyInstaller, py2exe and other bundlers
^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_cffi_backend'