flatbuffer
版本
1.12.0
描述
采用flatbuffer的python接口进行操作的时候报错
解决
EndVector is a method, so the first parameter is the object itself, and the second parameter is len(buf). Just remove the len(buf) part.

flatbuffer
版本
1.12.0
描述
采用flatbuffer的python接口进行操作的时候报错
解决
EndVector is a method, so the first parameter is the object itself, and the second parameter is len(buf). Just remove the len(buf) part.