This project is archived and is in readonly mode.
Host Package on own pypiserver
Reported by Psycopg website | July 11th, 2013 @ 12:20 PM
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 July 12th, 2013 @ 08:18 PM
- 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 ยป
<b>WARNING:</b> the informations in this tracker are archived. Please submit new tickets or comments to <a href="https://github.com/psycopg/psycopg2/issues">the new tracker</a>.
<br/>
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.