ERROR Upload data to H2O Driverless AI 0:25 Execute failed: module 'driverlessai' has no attribute '_h2oai_client_1_9_0_1' Traceback (most recent call last): File "<string>", line 2, in <module> File "C:\Users\spo\Desktop\KNIME\plugins\org.knime.ext.h2o.dai_1.0.0.v202011111327\py\knime_dai_push.py", line 37, in run dai = connect(dai_location,username,password) File "C:\Users\spo\Desktop\KNIME\plugins\org.knime.ext.h2o.dai_1.0.0.v202011111327\py\knime_dai_lib.py", line 42, in connect except driverlessai._h2oai_client_1_9_0_1.protocol.RequestError: AttributeError: module 'driverlessai' has no attribute '_h2oai_client_1_9_0_1'
This error is coming from some of the python implementing the nodes here.
When you created the anaconda environment, did you do so the same as from the .yml script on the documention page? It’s very important that the last two lines are included.
Also, there was a fix related to the DAI nodes released in the last few weeks. Can you see if updating the nodes helps the issue?
Hi, sorry for the late reply.
Unfortunately my computer died on me so I lost most of experiment. I didn’t tried it again because I´m using Azure Auto ML instead (it is not that fancy, but relatively cheap and works just fine).
Did you create a new anaconda environment with yml file or did you install the driverlessai module manually in an existing one? If the latter, can you try re-install it with the fixed version 1.9.0.2? Also, make sure that in the Python Preferences in KNIME you have the correct environment selected.
The version looks right. Do you have the correct environment set at File → Preferences → KNIME → Python? See the screenshot in the first post here in this topic. It must be as as Python 3 environment.
When double checked, can you also check if you get exact same error message? I only get this error message if I have a driverlessai version < 1.9.0.1 installed.