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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
from thriftpy2.protocol import TBinaryProtocol, TCompactProtocol from .cybin import TCyBinaryProtocol, TCyBinaryProtocolFactory ImportError: /root/anaconda3/envs/alan_cjf/lib/python3.7/site-packages/thriftpy2/protocol/cybin.cpython-37m-x86_64-linux-gnu.so: undefined symbol: bswap_64
i already installed cython. linux system python 3.7.10 conda happybase 1.2.0 ply 3.11 thriftpy2 0.4.14
The text was updated successfully, but these errors were encountered:
I will try to reproduce it, thanks
Sorry, something went wrong.
No branches or pull requests
from thriftpy2.protocol import TBinaryProtocol, TCompactProtocol
from .cybin import TCyBinaryProtocol, TCyBinaryProtocolFactory
ImportError: /root/anaconda3/envs/alan_cjf/lib/python3.7/site-packages/thriftpy2/protocol/cybin.cpython-37m-x86_64-linux-gnu.so: undefined symbol: bswap_64
i already installed cython.
linux system
python 3.7.10
conda
happybase 1.2.0
ply 3.11
thriftpy2 0.4.14
The text was updated successfully, but these errors were encountered: