2

我一直在尝试按照本教程学习在 python 中使用 Apache Thrift:http: //www.billdimmick.com/devjournal/building-an-apache-thrift-service-in-python.html。本教程使用的 thrift 文件是:

namespace py demo

service MathService {
    i64 add(1: i64 a, 2: i64 y)
}

当我尝试使用 thrift --gen py:new_style demo.thrift 将其编译为 python 代码时,出现以下错误:

[ERROR:/home/pi/programming/python/thrift-tutorial/demo.thrift:4] (last token was '{') syntax error
[FAILURE:/home/pi/programming/python/thrift-tutorial/demo.thrift:4] Parser error during include pass

我看不出 thrift 文件有什么问题,但我仍然遇到错误。怎么了?

4

0 回答 0