You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
============================= 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
The text was updated successfully, but these errors were encountered:
============================= 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
The text was updated successfully, but these errors were encountered: