This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Python client drivers

Vertica supports several Python drivers for creating client applications.

Vertica supports several Python drivers for creating client applications.

Prerequisites

To create Python client applications, you must install the required drivers.

1 - Installing Python client drivers

Vertica supports several Python client drivers.

Vertica supports several Python client drivers.

Installing vertica-python

See the vertica-python repository for installation and usage instructions.

Installing pyodbc

The pyodbc module interacts with the Vertica ODBC client driver. To install it:

  1. Install the ODBC client driver.

  2. Install compatible versions of Python and pyodbc.