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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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

User_6WSBGFeb 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,543 views