heroku / heroku-django-template

A Django 2.0 base template featuring all recommended best practices for deployment on Heroku and local development.
https://www.heroku.com/python
903 stars 385 forks source link

Update psycopg2 to work with PostgreSQL 10 #80

Closed ArchTaqi closed 6 years ago

ArchTaqi commented 6 years ago

Collecting psycopg2==2.6.2 (from -r requirements.txt (line 4)) Using cached psycopg2-2.6.2.tar.gz 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: could not determine PostgreSQL version from '10.0'

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-xwnjc34q/psycopg2/