https://learninghub.kx.com/forums/topic/unable-to-import-keras-in-scratchpad
I’m trying to follow the tutorial to kdb insights Enterprise, but when executing the python code to copy-paste in the scratchpad, I get the following error in the System Notifications:
Error: Executing code using (Python) raised - ImportError(‘dynamic module does not define module export function (PyInit_xml)’)
I tried to narrow it down, and it seems that if I just write in the scratchpad
import keras
I get the same error. So apparently keras is not installed.
What should I do? Is there a problem with the tutorial, or am I missing a step? I tried to follow it to the letter, but keras wasn’t mentioned anywhere.