For some reason psycopg[binary] has stopped working. Is there some workaround for this?
I have tried uninstalling it and installing it.
I have checked stack overflow and they tell me to install different ways. I have tried that and it hasn't worked.
Stack Overflow: https://stackoverflow.com/questions/8237842/django-core-exceptions-improperlyconfigured-error-loading-psycopg-module-no-mo
Has something updated?
Error message and pip list output
https://paste.pythondiscord.com/7WRQ
Stack Overflow
django.core.exceptions.ImproperlyConfigured: Error loading psycopg ...
Presently, I'm attempting to configure Django for use on a project, and am encountering a persistent error when I try to run python manage.py syncdb.
File "/x/x/x/x/x/x/base.py", line 23, in ?
...
Presently, I'm attempting to configure Django for use on a project, and am encountering a persistent error when I try to run python manage.py syncdb.
File "/x/x/x/x/x/x/base.py", line 23, in ?
...