-
Notifications
You must be signed in to change notification settings - Fork 44
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
FileNotFoundError: [Errno 2] No such file or directory: 'pg_config' #598
Comments
@alac1984 do you have libpq-dev installed? |
Yes, |
not sure, maybe the pg_config isn't being added to $PATH libpq-dev is the one that should deliver pg_config 🤔 |
Was this ever resolved? I'm running into this issue too on Mac OS Sonoma. I would have thought I'm getting the error |
@GroomedGorilla pytest-postgresql 4.x and later work on psycopg 3.x |
What action do you want to perform
I want to run my tests with postgresql fixture as usual.
What are the results
When I run
pytest
, I get this error:When I was developing in Ubuntu 20.04, everything worked just fine. Before I install my new Pop OS 22.04 I've pushed the repo to Github and after installation, I've cloned it.
What are the expected results
That the tests run without a problem whatsoever.
The text was updated successfully, but these errors were encountered: