You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collecting psycopg2==2.6.2 (from -r requirements.txt (line 9))
Downloading psycopg2-2.6.2.tar.gz (376kB)
100% |████████████████████████████████| 378kB 404kB/s
Complete output from command python setup.py egg_info:
running egg_info
creating pip-egg-info/psycopg2.egg-info
writing pip-egg-info/psycopg2.egg-info/PKG-INFO
writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'
Error: You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application.
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-zhSnvr/psycopg2/
View code again to see why psycopg2 is needed; it's possible that since it wasn't originally earlier ; that an earlier commit introduced this requirement.
(additional notes; on my work computer, 16.04 ubuntu, I did sudo apt-get install libpq-dev ; installed that packaged; pip -r requirements.txt again and got a different error: https://gist.github.com/5778f86deab0231ae59375c028107082
need to add to the requirements.txt
psycopg2
The text was updated successfully, but these errors were encountered: