Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local development errors on macOS with postgresql 10.0 #103

Closed
tnir opened this issue Oct 24, 2017 · 0 comments
Closed

Local development errors on macOS with postgresql 10.0 #103

tnir opened this issue Oct 24, 2017 · 0 comments

Comments

@tnir
Copy link
Contributor

tnir commented Oct 24, 2017

Local development does not work on macOS with postgresql 10.0:

$ brew info postgresql | head -1
postgresql: stable 10.0 (bottled), HEAD
$ pip install -r requirements.txt
[...]
Collecting psycopg2==2.6.1 (from -r requirements.txt (line 4))
  Downloading psycopg2-2.6.1.tar.gz (371kB)
    100% |████████████████████████████████| 378kB 2.2MB/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 dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
    writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
    writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'
    warning: manifest_maker: standard file '-c' not found

    Error: could not determine PostgreSQL version from '10.0'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/9_/k7p0mlkj41n03hf7kf85sXXXXXXXXX/T/pip-build-on90xxxx/psycopg2/

We should specify the latest version of psycopg2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants