Numpy and Pandas (Python 3) in KNIME

Dear all,

I want to run a python script in KNIME but i always get this error:
ERROR Python Script (1⇒1) 2:104 Execute failed: Could not start Python kernel. Error during Python installation test: Library numpy is missing
Library pandas is missing, required minimum version is 0.20.0
. See log for details.

I installed the latest version of python and also of anaconda but in anaconda i can’t install packages because of the firewall.
How can I solve this issue without changing the firewall config.
Thanks in advance

Sounds like this problem:

The solution should be to stick to a compatible version of Python.

https://docs.knime.com/2018-12/python_installation_guide/index.html

Hi Enigma2018,

Maybe setting up a proxy could help. See, e.g., here or here.

Marcel

1 Like

I solved this problem by pip installing the dependencies.

thanks @mlauber71 and @MarcelW

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.