简体   繁体   中英

Python error: ImportError: DLL Load failed with psycopg2 on Python 3.7

I'm getting the following error:

 from psycopg2._psycopg import (                     # noqa
ImportError: DLL load failed: The specified module could not be found.

I have psycopg2 installed, any ideas?

You can try to uninstall the psycopg2 package by

pip uninstall psycopg2

and manually try to install any package from Anaconda-Cloud and see whichever works.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM