Hello,
I am building with the main branch of meta-openembedded
commit 29897344f7c9846e00856f46c4b3b47117a69499 and trying to import the
grpc python module. This results in this error:
root@radxa-zero-3e:~# python3
Python 3.13.2 (main, Feb 4 2025, 14:51:09) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import grpc
Traceback (most recent call last):
File "<python-input-0>", line 1, in <module>
import grpc
File "/usr/lib/python3.13/site-packages/grpc/__init__.py", line 22, in
<module>
from grpc import _compression
File "/usr/lib/python3.13/site-packages/grpc/_compression.py", line 20,
in <module>
from grpc._cython import cygrpc
ImportError: /usr/lib/python3.13/site-packages/grpc/_cython/
cygrpc.cpython-313-aarch64-linux-gnu.so: undefined symbol:
_ZN4absl12lts_2024072212log_internal17kUnsignedCharNullE
I see this error on rpi5 too. If I build with the styhead branch (uses
grpcio 1.66 instead of 1.70) I get no such error.
Any suggestions on how to fix this or debug the issue further?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#211821):
https://lists.openembedded.org/g/openembedded-core/message/211821
Mute This Topic: https://lists.openembedded.org/mt/111333561/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-