Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
572 stars 91 forks source link

import error #179

Open monkeyshichi opened 3 years ago

monkeyshichi commented 3 years ago

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

ethe commented 3 years ago

I will try to reproduce it, thanks