Importfehler „Kein PQ-Wrapper verfügbar“ beim Importieren von psycopg3Python

Python-Programme
Anonymous
 Importfehler „Kein PQ-Wrapper verfügbar“ beim Importieren von psycopg3

Post by Anonymous »

Ich habe pyscopg3 auf meinem venv mit pip install psycopg[binary] gemäß der Dokumentation installiert, erhalte aber immer noch einen Importfehler:

Code: Select all

Exception has occurred: ImportError
no pq wrapper available.
Attempts made:
- couldn't import psycopg 'c' implementation: No module named 'psycopg_c'
- couldn't import psycopg 'binary' implementation: DLL load failed while importing pq: The specified module could not be found.
- couldn't import psycopg 'python' implementation: libpq library not found
Ich verwende einen Windows 10-Computer. Wie kann ich diesen Fehler beheben?

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post