psycopg-c 3.2.11


pip install psycopg-c

  Latest version

Released: Oct 18, 2025


Meta
Author: Daniele Varrazzo
Requires Python: >=3.8

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

Operating System
  • MacOS :: MacOS X
  • Microsoft :: Windows
  • POSIX

Programming Language
  • Cython
  • Python :: 3
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14
  • Python :: Implementation :: CPython

Topic
  • Database
  • Database :: Front-Ends
  • Software Development
  • Software Development :: Libraries :: Python Modules

This distribution package is an optional component of Psycopg 3: it 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 The Psycopg Team

No dependencies