Package Details: python-pygresql 5.2.2-2

Git Clone URL: https://aur.archlinux.org/python-pygresql.git (read-only, click to copy)
Package Base: python-pygresql
Description: PyGreSQL is an open-source Python module that interfaces to a PostgreSQL database.
Upstream URL: https://pygresql.org/
Licenses: PostgreSQL
Submitter: beeender
Maintainer: beeender
Last Packager: beeender
Votes: 2
Popularity: 0.000000
First Submitted: 2020-10-23 03:51 (UTC)
Last Updated: 2024-07-26 07:07 (UTC)

Latest Comments

Sasasu commented on 2024-07-26 06:57 (UTC)

/bin/sh: line 1: pg_config: command not found
Traceback (most recent call last):
  File "/build/python-pygresql/src/PyGreSQL-5.2.2/setup.py", line 90, in <module>
    pg_version = pg_version()
                 ^^^^^^^^^^^^
  File "/build/python-pygresql/src/PyGreSQL-5.2.2/setup.py", line 84, in pg_version
    match = re.search(r'(\d+)\.(\d+)', pg_config('version'))
                                       ^^^^^^^^^^^^^^^^^^^^
  File "/build/python-pygresql/src/PyGreSQL-5.2.2/setup.py", line 76, in pg_config
    raise Exception("pg_config tool is not available.")
Exception: pg_config tool is not available.

need add postgresql-libs as build dependencies.