pygattlib
pygattlib copied to clipboard
use with python 3.10.0
Seems that gattlib has issues with python 3.10.0, they have forced a few things around C bindings.
See error below, is easy fix?
Thanks!
Successfully built gattlib
Installing collected packages: gattlib
Successfully installed gattlib-0.20201113
Python 3.10.0 (default, Nov 29 2021, 10:01:35) [GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from gattlib import DiscoveryService
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /lib/arm-linux-gnueabihf/libboost_python39.so.1.74.0: undefined symbol: _Py_fopen
>>>