We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: