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
When I run pip install psycopg2-binary, it fails with Error: pg_config executable not found.
I am on macOS 10.13.5, Apple's latest release, with Python 3.7.0 and pip 10.0.1. The resolution of #699 was to update pip, but I'm already at the latest. (Also, it was an issue that seemed to only affect Linux.)
The error message also unhelpfully and recursively recommends that I install psycopg2-binary "instead".
Is it possible that this is because the wheels in PyPI only declare compatibility up to Python 3.6?
The text was updated successfully, but these errors were encountered:
rgov
changed the title
Cannot install psycopg2-binary on macOS with CPython 2.7.0
Cannot install psycopg2-binary on macOS with CPython 3.7.0
Jul 7, 2018
Possibly related to #699 and/or #740.
When I run
pip install psycopg2-binary
, it fails withError: pg_config executable not found.
I am on macOS 10.13.5, Apple's latest release, with Python 3.7.0 and pip 10.0.1. The resolution of #699 was to update pip, but I'm already at the latest. (Also, it was an issue that seemed to only affect Linux.)
The error message also unhelpfully and recursively recommends that I install
psycopg2-binary
"instead".Is it possible that this is because the wheels in PyPI only declare compatibility up to Python 3.6?
The text was updated successfully, but these errors were encountered: