-
Notifications
You must be signed in to change notification settings - Fork 3
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 requires psycopg2 #15
Comments
Because of the |
I am still not sure about that. The warning is not a deprecation warning. The problem is a known issue with concurrent database connections that might lead to random segfault when using wheels. Thus, psycopg is splitting into two modes of installation:
Especially with long running simulation scripts, I would argue to choose reliability over convenience. |
Since #19 is merged, this issue could be closed. However in #19 psycopg2-binary was chosen over psycopg2.
After If @MGlauer says it is more reliable, I would also vote for psycopg2 |
Change from psycopg-binary back to psycopg after discussion in OpenEnergyPlatform/oedialect#15
When I import oedialect (installed via pip) I get the following error message.
I'd suggest to add psycopg2 to the setup file.
The text was updated successfully, but these errors were encountered: