Skip to Main Content

Data Science & Machine Learning

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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

Raghavendra Janardhan-OracleFeb 16 2020 — edited Feb 18 2020

I am trying to explore OML4Py,  I performed steps for client installation

On trying below sample script, below is error returned.

Can you please help me to resolve issue

Script

import oml

print('Imported')

Error:        

ImportError                               Traceback (most recent call last)

<ipython-input-3-a8e833722aed> in <module>

----> 1 import oml

      2 print('Imported')

<path>\modules\oml\__init__.py in <module>

     43 import oml.algo

     44 import oml.ds

---> 45 import oml.graphics

     46 import oml.script

     47

<path>\modules\oml\graphics\__init__.py in <module>

     21 #    andiwang    05/18/18 - Creation

     22

---> 23 from .plot import boxplot

     24 from .plot import hist

     25

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

Comments
Post Details
Added on Feb 16 2020
5 comments
1,833 views