Closed alpap closed 10 hours ago
The binary file for windows for Python 3.12 is uploaded on PyPI. The one for Python 3.13 is still missing, see #1736.
You should investigate the reason why pip doesn't install the file available; this falls outside the support we are able to give.
This is a bug tracker If you have a question, such has "how do you do X with Python/PostgreSQL/psycopg2" please write to the mailing list or open a question instead.
Before opening this ticket, please confirm that:
pip --version
you get this version.pg_config
on the command line and I obtained an output instead of an error.Please complete the following information:
In the documentation its stated that
This will install a pre-compiled binary version of the module which does not require the build or runtime prerequisites described below
But when I am trying to install this package
from what is stated in the error
pg_config is required to build psycopg2 from source
but we are installing a binary package so why is pg_config needed?