Thriftpy / thriftpy2

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

why it happen? thanks! #120

Closed dmax678 closed 4 years ago

dmax678 commented 4 years ago

from thriftpy2.protocol import TCyBinaryProtocolFactory ImportError: cannot import name 'TCyBinaryProtocolFactory' from 'thriftpy2.protocol'

ethe commented 4 years ago

Try to install Cython first.

dmax678 commented 4 years ago

Try to install Cython first. emm..i have already install cython,but..it still have that error

ethe commented 4 years ago

Please make sure that Cython is installed before Thriftpy.