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.