PostgreSQL database adapter for Python -- C optimisation distribution
Project description
This distribution contains the optional optimization package psycopg_c.
You shouldn’t install this package directly: use instead
pip install psycopg[c]
to install a version of the optimization package matching the psycopg version installed.
Installing this package requires some prerequisites: check Local installation in the documentation. Without a C compiler and some library headers install will fail: this is not a bug.
If you are unable to meet the prerequisite needed you might want to install psycopg[binary] instead: look for Binary installation in the documentation.
Please read the project readme and the installation documentation for more details.
Copyright (C) 2020-2021 The Psycopg Team
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.