Skip to Main Content

Oracle Database Discussions

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!

How to load a module to be used (for example) in dynamic python script ?

user10289486Mar 31 2019

ERROR at line 1:

ORA-06550: line 953, column 9:

/python-builtins/lib-python/3/importlib/_bootstrap.py: ModuleNotFoundError: No

module named 'numpy'

ORA-06512: at "SYS.DBMS_MLE_CAPI", line 97

ORA-06512: at "SYS.DBMS_MLE", line 57

ORA-06512: at line 14

How can I add for example numpy ?

(I know python is experimental - but happy to try something experimental)

Chris

Comments

Post Details

Added on Mar 31 2019
0 comments
353 views