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