我使用GCP
运行Databricks
和使用pip
安装guidedlda
。似乎guidedlda
使用至少 python 3.7 版。
如何在为 GCP 配置的数据块中提及 python 版本?我可以看到一个选项 onAzure
而AWS
不是 on GCP
。这是屏幕截图
我使用GCP
运行Databricks
和使用pip
安装guidedlda
。似乎guidedlda
使用至少 python 3.7 版。
如何在为 GCP 配置的数据块中提及 python 版本?我可以看到一个选项 onAzure
而AWS
不是 on GCP
。这是屏幕截图
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