ImportError: DLL load failed while importing _psycopg: The specified module could not be found (Postgres17 and create_engine) #1206
Unanswered
stephenjoly
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
Error when calling create_engine. Seems like it relys on psycopg2 which currently has an issue open for Python 13 support on Windows. I am having a lot of issues with this. Using Python 13 on windows 10.
Operating System
Windows
Operating System Details
Windows 10
SQLModel Version
Postgres 17
Python Version
3.13.0
Additional Context
I installed the C compiled from visual studio. Tried uninstalling and reinstalling countless times. Set up different instances of postgress. Psycopg2 seems to be the ultimate problem here and I am not sure what to do. Anyone know how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions