Dear All
Hi
I was trying to access chatgpt nodes in KNIME AI Extension but they donot show in node repository. I try installing it it says extension already installed.
Donot know what to do. Have attached log file.
I have nodepit installed - can that cause this?
Seeking help.
Thanks and Regards
knime.log (2.3 MB)
Hi @nakulgupta,
I have nodepit installed - can that cause this?
What makes you think NodePit would cause problems with the KNIME AI extension? I can’t find any evidence in your log file and frankly I don’t see the connection.
However, your log does contain a lot of exceptions from the org.knime.python3
plugin, which causes nodes to fail to instantiate. My guess is that your Python environment is broken. Perhaps the core developers can help here?
Traceback (most recent call last):
File "D:\KNIME\plugins\org.knime.python3.nodes_5.3.2.v202409031144\src\main\python\_node_backend_launcher.py", line 1244, in loadExtension
importlib.import_module(extension_module)
giskard.llm.errors.LLMImportError: It seems that you are using Giskard LLM functionality but you are missing some required package. Please install Giskard with LLM support with `pip install giskard[llm]`.
at py4j.Protocol.getReturnValue(Protocol.java:476)
at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108)
at jdk.proxy7/jdk.proxy7.$Proxy16.loadExtension(Unknown Source)
at org.knime.python3.nodes.PythonNodeGatewayFactory$KnimeNodeBackendCustomizer.customize(PythonNodeGatewayFactory.java:178)
at org.knime.python3.nodes.PythonNodeGatewayFactory$KnimeNodeBackendCustomizer.customize(PythonNodeGatewayFactory.java:1)
at org.knime.python3.FreshPythonGatewayFactory.create(FreshPythonGatewayFactory.java:85)
... 57 more
Best regards,
Daniel
3 Likes