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
import psycopg2
File "/home/oleg/.local/share/virtualenvs/backend-CqoIE4Q5/lib/python3.7/site-packages/psycopg2/__init__.py", line 50, in <module>
from psycopg2._psycopg import ( # noqa
ImportError: libcrypt.so.1: cannot open shared object file: No such file or directory
This error has popped up since upgrading to Fedora 30. I believe it has to do with the deprecation of Glib's libcrypt in favor of https://github.com/besser82/libxcrypt .. but I'm not sure what's going on here, since nowhere is it mentioned in the code or libpqxx.
The text was updated successfully, but these errors were encountered:
This is not something we specifically chose to do, but comes from the Python wheel build system and I don't believe it can be changed without creating a new standard
This error has popped up since upgrading to Fedora 30. I believe it has to do with the deprecation of Glib's libcrypt in favor of https://github.com/besser82/libxcrypt .. but I'm not sure what's going on here, since nowhere is it mentioned in the code or libpqxx.
The text was updated successfully, but these errors were encountered: