Actions
Issue #3889
closedpsycopg2 warning
Status:
CLOSED - CURRENTRELEASE
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
1. Low
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Whenever the Pulp3 database driver connects to Postgresql it emits this warning:
/home/vagrant/.virtualenvs/pulp/lib64/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
""")
It would be great to start Pulp3 without these warnings
Updated by bizhang over 6 years ago
The pulpcore dependency was updated to psycopg2-binary: https://github.com/pulp/pulp/blob/master/pulpcore/setup.py#L14
The issue might be with the system package installed by the devel ansible script: https://github.com/pulp/devel/blob/master/ansible/roles/db/tasks/main.yml#L33
Updated by CodeHeeler over 6 years ago
- Priority changed from Normal to Low
- Triaged changed from No to Yes
Updated by daviddavis about 4 years ago
- Status changed from NEW to CLOSED - CURRENTRELEASE
Actions