Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this solution

avatar
Contributor

Solved the problem by reinstalling thrift and impyla with the following versions:

 

as root :

 

pip uninstall thrift

pip uninstall impyla

pip install thrift==0.9.3

pip install impyla==0.13.8

 

Regards

 

Alon

View solution in original post

Who agreed with this solution