I am using the DriverlessAI(with H2O.ai) and trying to use scorer (which is a Diagnosis model made from DriverlessAI), but an error occurred.
When running run_tcp_client.sh, the error " File "example_client.py", line 5, in from thrift import Thrift ModuleNotFoundError: No module named 'thrift'" has occurred.
In the document(https://www.h2o.ai/wp-content/uploads/2017/09/driverlessai/scoring-package.html) it's written that it is enough to run run_tcp_client.sh after runing run_tcp_server.sh.
What can I do about this?