Opened 19 months ago

Last modified 19 months ago

#34136 closed Bug

Django 4.1.3 doesn't work with psycopg2 2.9.5 with Python 3.11.0 — at Version 1

Reported by: אורי Owned by: nobody
Component: Database layer (models, ORM) Version: 4.1
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by אורי)

If I run tests or makemigrations with Django 4.1.3 and psycopg2 2.9.5 with Python 3.11.0 on Windows, I get this error message:

django.core.exceptions.ImproperlyConfigured: Error loading psycopg2 module: DLL load failed while importing _psycopg: The specified module could not be found.

Change History (1)

comment:1 by אורי, 19 months ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top