This project is archived and is in readonly mode.
Host Package on own pypiserver
Reported by Psycopg website | 2013-07-11 12:20:33 UTC
Submitted by: Thomas Güttler
If you want to host psycopg2 on an own pypiserver pg_config is required. This is strange, since the pypiserver does not run postgreSQL (neither client or server).
https://github.com/schmir/pypiserver/issues/39
Ralf Schmitt
{{{ The problem is that psycopg2's setup.py tries to find pg_config
while pip just asks it to run egg_info. I asume you should be able
to ignore that and move the resulting file to the packages
directory.}}}
Comments and changes to this ticket
-

Daniele Varrazzo 2013-07-12 20:18:10 UTC
- State changed from new to invalid
Closing the bug as duplicate of #144 (I'll have to mark it invalid, but it's perfectly valid: lighthouse limitation).
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
WARNING: the informations in this tracker are archived. Please submit new tickets or comments to the new tracker.
Psycopg is the most used PostgreSQL adapter for the Python programming language. At the core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.