I can by now run my TensorFlow model's trainer locally with Python 3.6 because Cloud ML now supports Python 3. However, if I try to run the same model in the cloud with trainingInput.pythonVersion: "3.6"
in config.yaml
I receive the following error:
INVALID_ARGUMENT: Field: python_version Error: The specified Python version '3.6' is not supported.
- '@type': type.googleapis.com/google.rpc.BadRequest
fieldViolations:
- description: The specified Python version '3.6' is not supported.
field: python_version
What can be done about this?