python-ibmdb: DLL load failed
Hi, i’m using python 3.8 on Windows 10. I installed the package with the command
pip install ibm_db
but when i try to import the package (import ibm_db
) i get this error: ImportError: DDL load failed while importing ibm_db
. I also tried to download the driver manually and use the enviromnent variable IBM_DB_HOME, but nothing changes. Any suggestions?
Thank you
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 17 (6 by maintainers)
Hi, print this:
ibm_db.__version__