Does gaia support Python3?
leafonsword opened this issue · 4 comments
leafonsword commented
From doc https://docs.gaia-pipeline.io/develop-pipelines/python/ , gaia supports Python2.7, does gaia support python3?
Skarlso commented
hi! Thanks for opening an issue. A PR is already present in the Python SDK to support 3.
gaia-pipeline/pythonsdk#1
leafonsword commented
@Skarlso Thanks for replying, hope Python3 supporting PR could be merged soon~
Skarlso commented
Ping @michelvocks with that. :))))
prologic commented
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!