infobyte / faraday

Open Source Vulnerability Management Platform
https://www.faradaysec.com
GNU General Public License v3.0
5.03k stars 915 forks source link

Fix psycopg2 in requirements #322

Closed jamatute closed 5 years ago

jamatute commented 5 years ago

When I execute python manage.py initdb I get the following error:

/usr/local/lib/python2.7/dist-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>.

This merge is to fix that

llazzaro commented 5 years ago

@ehorvat-infobytesec

ehorvat-infobytesec commented 5 years ago

Hi @jamatute,

Thanks for contributing to faraday!

Up to the moment, we decided not to use binary libs as error managing of these libs type is too much complex to debug and realize what the origin of the problem is. As it's only a warning message, we do not consider it meaningful to make the change in libs requirements.

We are constantly revising psycopg release process willing to see 2.8 version live!

Thanks again for your contribution to make faraday better.

Regards!