Python Connector for Snowflake

Install the connector - Python Connector for Snowflake

Install the connector on Windows

You can install the connector from the Python Package Index (PyPI) or a wheel (.whl) file.

Install the connector from PyPI

  1. Open Command Prompt.
  2. Verify that you have the pip package installer on your system using the py -m pip --version command. If you don't have it, run the following command to install pip.
    python -m ensurepip --upgrade
  3. Install the package.
    pip install devart-snowflake-connector

Install the connector from a wheel file

  1. Download the zip archive.
  2. Extract the contents of the archive.
  3. Open Command Prompt.
  4. Verify that you have the pip package installer on your system using the py -m pip --version command. If you don't have it, run the following command to install pip.
    python -m ensurepip --upgrade
  5. In Command Prompt, navigate to the directory that contains the extracted wheel packages.
  6. Install the package:
© 2022-2025 Devart. All Rights Reserved. Request Support Python Connectors Forum Provide Feedback