-
Notifications
You must be signed in to change notification settings - Fork 487
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
install error #198
Comments
Install libpq-dev using this cmd this should fix the issue , rerun the pip install requirements cmd once you do this . sudo apt-get install libpq-dev |
Following up: Is this fixed? |
I'm using Mac OS -- I used homebrew to install libpq package `==> libpq If you need to have libpq first in your PATH run: For compilers to find libpq you may need to set: This did fix error in OP; but new issue arises after pip install -r requirements.txt
Is this library built for linux ? anyway to get working on mac ? |
Yeah that library is built for linux. Try doing |
Closing unless there are other issues. Feel free to reopen as you see fit. |
Hi guys, trying to use your template project to learn how to create a simple sandbox, I'm getting this error after running
pip install -r -requirements.txt
` ERROR: Command errored out with exit status 1:
command: ~/flaskPython/env/bin/python2.7 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/5j/b27k95js4rg4g4byh2glxhwc0000gn/T/pip-install-QYde2H/psycopg2/setup.py'"'"'; file='"'"'/private/var/folders/5j/b27k95js4rg4g4byh2glxhwc0000gn/T/pip-install-QYde2H/psycopg2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/5j/b27k95js4rg4g4byh2glxhwc0000gn/T/pip-install-QYde2H/psycopg2/pip-egg-info
cwd: /private/var/folders/5j/b27k95js4rg4g4byh2glxhwc0000gn/T/pip-install-QYde2H/psycopg2/
Complete output (23 lines):
running egg_info
creating /private/var/folders/5j/b27k95js4rg4g4byh2glxhwc0000gn/T/pip-install-QYde2H/psycopg2/pip-egg-info/psycopg2.egg-info
writing /private/var/folders/5j/b27k95js4rg4g4byh2glxhwc0000gn/T/pip-install-QYde2H/psycopg2/pip-egg-info/psycopg2.egg-info/PKG-INFO
writing top-level names to /private/var/folders/5j/b27k95js4rg4g4byh2glxhwc0000gn/T/pip-install-QYde2H/psycopg2/pip-egg-info/psycopg2.egg-info/top_level.txt
writing dependency_links to /private/var/folders/5j/b27k95js4rg4g4byh2glxhwc0000gn/T/pip-install-QYde2H/psycopg2/pip-egg-info/psycopg2.egg-info/dependency_links.txt
writing manifest file '/private/var/folders/5j/b27k95js4rg4g4byh2glxhwc0000gn/T/pip-install-QYde2H/psycopg2/pip-egg-info/psycopg2.egg-info/SOURCES.txt'
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.`
The text was updated successfully, but these errors were encountered: