qbusbridge icon indicating copy to clipboard operation
qbusbridge copied to clipboard

ImportError

Open Leo225 opened this issue 4 years ago • 1 comments

python producer.py /home/work/qbusbridge/config/kafka.ini mini_spider_struct_data groupid_test ip1:port1,ip2:port2,ip3:port3 Traceback (most recent call last): File "producer.py", line 1, in import qbus File "/home/work/qbusbridge/python/examples/qbus.py", line 26, in _qbus = swig_import_helper() File "/home/work/qbusbridge/python/examples/qbus.py", line 22, in swig_import_helper _mod = imp.load_module('_qbus', fp, pathname, description) ImportError: /home/work/qbusbridge/python/examples/_qbus.so: undefined symbol: _ZTVN6snappy22UncheckedByteArraySinkE

Leo225 avatar Dec 22 '20 07:12 Leo225

It looks like you're using an outdated snappy. Tips, the default snappy on CentOS 7 is too old. You should install a newer snappy as the dependency.

BewareMyPower avatar Jan 02 '21 17:01 BewareMyPower