You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, sparts' thrift support depends on apache thrift, which (to my knowledge) does not generate py3k compatible code.
fbthrift's compiler is capable of generating py3k compatible code, but (a) its different command line arguments are incompatible with sparts.thrift.compiler and (b) the fbthrift Python bindings are not appropriately packaged (e.g., on pypi)
Currently, sparts' thrift support depends on apache thrift, which (to my knowledge) does not generate py3k compatible code.
fbthrift's compiler is capable of generating py3k compatible code, but (a) its different command line arguments are incompatible with
sparts.thrift.compilerand (b) the fbthrift Python bindings are not appropriately packaged (e.g., on pypi)