在云中运行Cloud ML Engine trainer时不支持Python版本3.6

在云中运行Cloud ML Engine trainer时不支持Python版本3.6,python,tensorflow,google-cloud-ml,Python,Tensorflow,Google Cloud Ml,我现在可以用Python 3.6在本地运行TensorFlow模型的培训器了,因为。但是,如果我尝试在config.yaml中使用trainingInput.pythonVersion:3.6在云中运行相同的模型,我会收到以下错误: INVALID_ARGUMENT: Field: python_version Error: The specified Python version '3.6' is not supported. - '@type': type.googleapis.com/go

我现在可以用Python 3.6在本地运行TensorFlow模型的培训器了,因为。但是,如果我尝试在config.yaml中使用trainingInput.pythonVersion:3.6在云中运行相同的模型,我会收到以下错误:

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
对此可以做些什么?

trainingInput.pythonVersion:3.5而不是3.6显然有效


我希望我现在在本地运行Python 3.6 Python-V,但是云中的Python 3.5不会给云ML引擎带来微妙的问题。

您可以在上看到支持的软件包和版本的完整列表。仅供参考,我现在已经在本地开发机器上安装了Python 3.5,旁边是Python 3.6,现在正在使用它,也就是说,一个单一的版本,用于本地和本地运行培训师不支持cloud.bummer 3.6。现在我必须重写所有的文字字符串插值