Closed
Description
In [1]: from ceresdb_client import Client
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
Input In [1], in <cell line: 1>()
----> 1 from ceresdb_client import Client
File ~/.pyenv/versions/3.10.4/envs/brm-api/lib/python3.10/site-packages/ceresdb_client/__init__.py:1, in <module>
----> 1 from .ceresdb_client import *
3 __doc__ = ceresdb_client.__doc__
4 if hasattr(ceresdb_client, "__all__"):
ImportError: dlopen(/Users/messense/.pyenv/versions/3.10.4/envs/test/lib/python3.10/site-packages/ceresdb_client/ceresdb_client.abi3.so, 0x0002): symbol not found in flat namespace (_aes_hw_cbc_encrypt)
symbol not found in flat namespace (_aes_hw_cbc_encrypt)
looks like the same kind of issue as ray-project/ray#14697, I think it might be caused by misconfiguration of grpc
or boringssl
when cross compiling from x86_64 macOS to arm64 macOS.