Open Jbiloki opened 5 years ago
Given another python module in src/main/python/mymodule/init.py I cannot import this through java using:
PyLib.startPython(); PyModule deepCrfRef = PyModule.importModule("mymodule");
I cannot also use numpy or other installed dependencies. Is there a better way to go about this?
Given another python module in src/main/python/mymodule/init.py I cannot import this through java using:
I cannot also use numpy or other installed dependencies. Is there a better way to go about this?