1

我使用GCP运行Databricks和使用pip安装guidedlda。似乎guidedlda使用至少 python 3.7 版。

如何在为 GCP 配置的数据块中提及 python 版本?我可以看到一个选项 onAzureAWS不是 on GCP。这是屏幕截图

在此处输入图像描述

4

1 回答 1

1

Python 包含在运行时中。下表包括运行时和 python 版本:

运行 Python
10.1 3.8.10
10.0 3.8.10
9.1 长期交易 3.8.8
9.0 3.8.10
8.4 3.8.8
8.3 3.8.8
7.3 长期交易 3.7.5

例如,您可以在此处检查 9.0 是否为 Python 3.8.1 https://docs.databricks.com/release-notes/runtime/9.0.html我包括带有 python 版本的示例屏幕截图。

这是所有版本的列表https://docs.databricks.com/release-notes/runtime/releases.html

在此处输入图像描述

于 2021-11-23T11:32:58.713 回答