architecture arm64 会报错
WallaceVan opened this issue · 2 comments
============================= test session starts ==============================
collecting ...
test_native_cursor.py:None (test_native_cursor.py)
test_native_cursor.py:1: in
import taos
../taos/init.py:2: in
from taos.connection import TaosConnection
../taos/connection.py:2: in
from taos.cinterface import *
../taos/cinterface.py:79: in
_libtaos.taos_get_client_info.restype = c_char_p
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/init.py:377: in getattr
func = self.getitem(name)
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/init.py:382: in getitem
func = self._FuncPtr((name_or_ordinal, self))
E AttributeError: dlsym(0x309683760, taos_get_client_info): symbol not found