-
Notifications
You must be signed in to change notification settings - Fork 67
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
Fails to Install: Error: pg_config executable not found #243
Comments
I see this is documented here: https://pyrseas.readthedocs.io/en/latest/install.html#:~:text=If%20you%20install,before%20installing%20Pyrseas. I'm going to go ahead and try to install them both locally using |
Okay, it does appear to install just fine without having PG installed locally when using @jmafc any interest in a PR for this? |
I'm afraid that since I haven't installed it recently, and apparently not many others have, this breakage is starting to occur. It's also a side-effect of having discontinued the Travis CI builds (after a long pause, it stopped working and I had trouble resetting it up). I've been considering using GH Actions, but haven't had time/other incentives. @dvarrazzo can probably answer/explain this better than I can (and that of course, brings up the issue of moving forward to psycopg3). |
To be clear, it works as long as you have Postgres installed locally (or at least |
The solution now is to use |
Is it possible to use
psycopg2-binary
instead?The text was updated successfully, but these errors were encountered: