Skip to content
New issue

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

ImportError #9

Open
Leo225 opened this issue Dec 22, 2020 · 1 comment
Open

ImportError #9

Leo225 opened this issue Dec 22, 2020 · 1 comment

Comments

@Leo225
Copy link

Leo225 commented Dec 22, 2020

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

@BewareMyPower
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants