-
-
Notifications
You must be signed in to change notification settings - Fork 740
Open
Labels
Description
Hello,
Describe the bug
On a RPI, I'am trying to install pybgs with pip3 install pybgs==3.1.0.post0
The follow error message appears :
_File "/usr/local/lib/python3.12/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'_
note: This is an issue with the package mentioned above, not pip.
I'have install libffi-dev as suggest here.
To Reproduce
pip3 command as above
System information
Python3.12
Operating System: Raspbian GNU/Linux 10 (buster)
Additional context
It works on my Mint 19 and Python3.7... really no idea
Thanks for reading me !
Damien
Reactions are currently unavailable