Setting up a Python development environment

To use Snowpark Checkpoints, set up a Python development environment with one of these supported versions:

Generally available versions:

  • 3.9 (deprecated)

  • 3.10

  • 3.11

  • 3.12

  • 3.13

备注

  • Python 3.9 depends on Snowpark client version 1.5.0.

  • Python 3.10 depends on Snowpark client version 1.5.1.

  • Python 3.11 depends on Snowpark client version 1.9.0.

您可以使用 ` Anaconda <https://www.anaconda.com/ (https://www.anaconda.com/)>`_、` Miniconda <https://docs.conda.io/en/latest/miniconda.html (https://docs.conda.io/en/latest/miniconda.html)>`_ 或 virtualenv (https://docs.python.org/3/tutorial/venv.html) 等工具为特定的 Python 版本创建 Python 虚拟环境。

语言: 中文