gaia-pipeline/gaia

Does gaia support Python3?

leafonsword opened this issue · 4 comments

From doc https://docs.gaia-pipeline.io/develop-pipelines/python/ , gaia supports Python2.7, does gaia support python3?

hi! Thanks for opening an issue. A PR is already present in the Python SDK to support 3.
gaia-pipeline/pythonsdk#1

@Skarlso Thanks for replying, hope Python3 supporting PR could be merged soon~

Ping @michelvocks with that. :))))

Technically you just need to implement the gRPC protocol; So even without the "official language X" PR merged you could just write against the protocol :) Just say'n!