【发布时间】:2021-12-30 18:08:51
【问题描述】:
我正在使用 Vertex AI 的工作台部分提供的笔记本。我需要更新版本的 Python,但我只能在这些笔记本中访问 Python 3.7。我已成功关注these steps,如果我运行python3.8 --version,我会得到Python 3.8.2,这很好,但python --version 仍然返回Python 3.7.12。如果按照this answer 并重新启动笔记本的内核,我会运行
from platform import python_version
print(python_version())
我收到3.7.12。
如何在 Vertex AI 中获得支持最新 Python 版本的笔记本?
【问题讨论】:
标签: python google-cloud-platform google-cloud-vertex-ai