I am attempting to set-up my Knime 5.3.1 to run nodes for Python code and I have been stuck on this screen for almost 45 mins which doesn’t seem correct. I even tried uninstalling Anaconda and reinstalling but to no avail.
Has anyone come across this before and resolved their issue?
Any help will be very much appreciated. If there are other settings I need to check or look at that I am not aware of, please share as well so I can check on my end.
On this preference page, KNIME runs the command conda --version behind the scenes to make sure that Conda is available at the path you specified. However, this seems to get stuck for some reason.
Have you tried using the conda command on the prompt already? If not, could you verify that it works by trying the following in the Anaconda Prompt:
conda --version
This will check if Conda is working properly. If the command hangs or doesn’t return anything, there could be an issue with the Conda installation. Let us know what happens, and we can help from there!