Project

Profile

Help

Issue #4639

Updated by bmbouter about 5 years ago

With the psycopg2 2.8 release pulplift is broken because in any requirements file that names psycopg2 now no longer gets the binary version. 

 https://pypi.org/project/psycopg2/#history 

 This is expressed in places like here:    https://github.com/pulp/pulpcore/blob/456e6a8c591e079e28361d1471e842d7d9e9381b/doc_requirements.txt#L8 

 h2. Solutions 

 We can switch to the pypi pre-built binary psycopg2-binary which or we already use elsewhere in pulp. can reconfigure pulplift and ansible-pulp to build psycopg2 from source.

Back