Hi,Knimer
When re-install knime 5.4.3, the local GPT4ALL node was missing.
After uninstall KNIME AI Extension, then re-install AI Extension again. It still can’t solve this issue.
How to fix it?
Cannot complete the request. See the error log for details.
"KNIME AI Extension" will be ignored because it is already installed.```
Hi @eddy0620 ,
If you are on macOS 15.4 you are maybe affected by Known macOS 15.4 Issue with KNIME’s Bundled Python Environments .
In any case, there should be a log entry starting with “Failed to parse Python node extension” in your KNIME Log (Menu → Show KNIME Log in File Explorer → knime.log
) with details about why the extension could not be loaded. Could you post the details here?
3 Likes
Yes, I used MacOS 15.4 now.
Log as below:
2025-04-10 20:23:28,106 : WARN : ModalContext : : Node : MISSING Chat Model Prompter : 7:332 : The DeepSeek API key 'credentials' does not exist. Make sure that the node you are using to pass the credentials
(e.g. the Credentials Configuration node) is still passing the valid API key as a flow variable to the downstream nodes.
2025-04-10 20:23:28,106 : WARN : ModalContext : : Node : MISSING Chat Model Prompter : 7:332 : Node can't be executed - Node "Chat Model Prompter" not available from extension "KNIME AI Extension" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed)
2025-04-10 20:23:28,120 : WARN : ModalContext : : Node : Pivot : 7:359 : No aggregation columns selected.
2025-04-10 20:23:28,120 : WARN : ModalContext : : Node : Pivot : 7:359 : No aggregation column defined
2025-04-10 20:23:28,120 : WARN : ModalContext : : Node : Pivot : 7:359 : 1 invalid aggregation column(s) found.
2025-04-10 20:23:28,120 : WARN : ModalContext : : Node : Pivot : 7:359 : No aggregation column defined
2025-04-10 20:23:28,120 : WARN : ModalContext : : Node : Pivot : 7:359 : 1 invalid aggregation column(s) found.
2025-04-10 20:23:28,120 : WARN : ModalContext : : Node : Pivot : 7:359 : No aggregation columns selected.
2025-04-10 20:23:28,226 : WARN : ModalContext : : Node : Numeric Binner : 7:212:175 : Bin name "missing_NG" is used for different intervals.
2025-04-10 20:23:28,226 : WARN : ModalContext : : Node : Numeric Binner : 7:212:175 : Bin name "missing_NG" is used for different intervals.
2025-04-10 20:23:28,297 : WARN : ModalContext : : Node : Numeric Binner : 7:205:175 : Bin name "missing_NG" is used for different intervals.
2025-04-10 20:23:28,297 : WARN : ModalContext : : Node : Numeric Binner : 7:205:175 : Bin name "missing_NG" is used for different intervals.
2025-04-10 20:23:28,338 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Errors during load: Status: Error: Dimension_monitor_CMM070 7 loaded with errors
2025-04-10 20:23:28,338 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Dimension_monitor_CMM070 7
2025-04-10 20:23:28,338 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "DeepSeek Authenticator" not available from extension "KNIME AI Extension" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed)
2025-04-10 20:23:28,338 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "DeepSeek Chat Model Connector" not available from extension "KNIME AI Extension" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed)
2025-04-10 20:23:28,338 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "Chat Model Prompter" not available from extension "KNIME AI Extension" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed)
2025-04-10 20:23:28,338 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "LLM Prompter" not available from extension "KNIME AI Extension" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed)
2025-04-10 20:23:28,338 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "Local GPT4All LLM Connector" not available from extension "KNIME AI Extension" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed)
2025-04-10 20:23:28,338 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "Local GPT4All Chat Model Connector" not available from extension "KNIME AI Extension" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed)
2025-04-10 20:23:28,338 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "Chat Model Prompter" not available from extension "KNIME AI Extension" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed)
Nice, fixed. Thank you very much.
eddy0620:
much
I didn’t understand how the issue was fixed. Could one of you please provide steps?
Follow this step of below link.
Dear KNIME Community,
We want to inform you of a known issue affecting the bundled Python environments in KNIME Analytics Platform on macOS 15.4.
Root Cause
Some Conda libraries—particularly libgfortran (used by numpy)—contain duplicate RPATH entries, causing them to fail to load on macOS 15.4. This is not limited to KNIME; it stems from a known problem in the numpy conda-forge feedstock (https://github.com/conda-forge/numpy-feedstock/issues/347 ), and a permanent fix is not yet available. In…
But this is specific to Python and I have several issues with that as well but in terms of using Knime and some of its extensions like the Knime Labs which has GPT4All etc. are not even showing up. When I try to install something like that it says they are already installed but I can’t find them. Could somebody please help?