(ibm_db) ImportError: DLL load failed while importing ibm_db: The specified module could not be found

user12894382

I have installed Python 3.8.1 and have installed the ibm_db 3.0.1 API for IBM DB2. When I try to 'import ibm_db' in debug mode I get

"ImportError: DLL load failed while importing ibm_db: The specified
module could not be found."

I tried uninstalling and re-installing Python and the API, installing prior versions of Python but nothing worked. I also tried to see if adding the path prior to the import ibm_db would make a difference:

sys.path.append(
    "C:\\Users\\<userid>\\AppData\\Local\\Programs\\Python\\Python38\\Lib\\site-packages\\ibm_db")

It should not be that hard so please feel free to suggest what might be considered obvious.

mao

Update: 16/June/2020, the ibm_db module versions 3.0.2 and higher now supports Python 3.8 on Microsoft Windows platform.

The ibm_db module versions lower than v3.0.2 do not support Python 3.8 on Microsoft-Windows.

You can see this mentioned on the related github issue github.

ibm_db v3.0.1 will install and work correctly with Python 3.7.x on Microsoft Windows.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

ImportError: DLL load failed: The specified module could not be found

From Java

ImportError: DLL load failed: The specified module could not be found

From Dev

How can I bypass kivy module error: ImportError: DLL load failed: The specified module could not be found?

From Dev

Scipy ImportError: DLL load failed: The specified module could not be found

From Dev

ImportError: DLL load failed: The specified module could not be found for numpy

From Dev

Tensorflow on windows - ImportError: DLL load failed: The specified module could not be found

From Dev

skimage - ImportError: DLL load failed: The specified module could not be found

From Dev

Error importing numpy from Anaconda, using conda (DLL load failed: The specified module could not be found)

From Dev

Python: "ImportError: DLL load failed: The specified module could not be found." Problems when importing ffn (finance library for python)

From Dev

DLL load failed: The specified module could not be found while importing scipy

From Dev

NLTK ImportError: DLL load failed: The specified module could not be found

From Dev

cx_Freeze ImportError: DLL load failed failed while importing _ctypes: The specified module could not be found

From Dev

ImportError: DLL load failed while importing pyexpat: The specified module could not be found

From Dev

pyodbc ImportError: DLL load failed: The specified module could > not be found

From Dev

ktrain ImportError: DLL load failed: The specified module could not be found

From Dev

Exception has occurred: ImportError DLL load failed while importing pdftotext: The specified module could not be found

From Dev

MeCab: “ImportError: DLL load failed: The specified module could not be found.”

From Dev

DLL load failed while importing ft2font: The specified module could not be found

From Dev

ImportError: DLL load failed while importing _psycopg: The specified module could not be found

From Dev

ImportError: DLL load failed: The specified module could not be found (sklearn)

From Dev

Python: ImportError: DLL load failed: The specified module could not be found

From Dev

ImportError: DLL load failed: The specified module could not be found. While attempting to import TensorFlow

From Dev

OpenCV-Python ImportError: DLL load failed: The specified module could not be found

From Dev

Pyinstaller ImportError: DLL load failed: The specified module could not be found

From Dev

Trying to install TensorFlow- GPU...failed with ImportError: DLL load failed: The specified module could not be found

From Dev

How to fix 'ImportError: DLL load failed: The specified procedure could not be found.' while importing tensorflow-gpu?

From Dev

DLL load failed while importing aggregations: The specified module could not be found pyhton pandas excel files merging

From Dev

"DLL load failed: The specified module could not be found" error in importing "kfold" from sklearn

From Dev

ImportError: DLL load failed while importing numpy_ops: The specified module could not be found. when importing spacy in Python

Related Related

  1. 1

    ImportError: DLL load failed: The specified module could not be found

  2. 2

    ImportError: DLL load failed: The specified module could not be found

  3. 3

    How can I bypass kivy module error: ImportError: DLL load failed: The specified module could not be found?

  4. 4

    Scipy ImportError: DLL load failed: The specified module could not be found

  5. 5

    ImportError: DLL load failed: The specified module could not be found for numpy

  6. 6

    Tensorflow on windows - ImportError: DLL load failed: The specified module could not be found

  7. 7

    skimage - ImportError: DLL load failed: The specified module could not be found

  8. 8

    Error importing numpy from Anaconda, using conda (DLL load failed: The specified module could not be found)

  9. 9

    Python: "ImportError: DLL load failed: The specified module could not be found." Problems when importing ffn (finance library for python)

  10. 10

    DLL load failed: The specified module could not be found while importing scipy

  11. 11

    NLTK ImportError: DLL load failed: The specified module could not be found

  12. 12

    cx_Freeze ImportError: DLL load failed failed while importing _ctypes: The specified module could not be found

  13. 13

    ImportError: DLL load failed while importing pyexpat: The specified module could not be found

  14. 14

    pyodbc ImportError: DLL load failed: The specified module could > not be found

  15. 15

    ktrain ImportError: DLL load failed: The specified module could not be found

  16. 16

    Exception has occurred: ImportError DLL load failed while importing pdftotext: The specified module could not be found

  17. 17

    MeCab: “ImportError: DLL load failed: The specified module could not be found.”

  18. 18

    DLL load failed while importing ft2font: The specified module could not be found

  19. 19

    ImportError: DLL load failed while importing _psycopg: The specified module could not be found

  20. 20

    ImportError: DLL load failed: The specified module could not be found (sklearn)

  21. 21

    Python: ImportError: DLL load failed: The specified module could not be found

  22. 22

    ImportError: DLL load failed: The specified module could not be found. While attempting to import TensorFlow

  23. 23

    OpenCV-Python ImportError: DLL load failed: The specified module could not be found

  24. 24

    Pyinstaller ImportError: DLL load failed: The specified module could not be found

  25. 25

    Trying to install TensorFlow- GPU...failed with ImportError: DLL load failed: The specified module could not be found

  26. 26

    How to fix 'ImportError: DLL load failed: The specified procedure could not be found.' while importing tensorflow-gpu?

  27. 27

    DLL load failed while importing aggregations: The specified module could not be found pyhton pandas excel files merging

  28. 28

    "DLL load failed: The specified module could not be found" error in importing "kfold" from sklearn

  29. 29

    ImportError: DLL load failed while importing numpy_ops: The specified module could not be found. when importing spacy in Python

HotTag

Archive