KNIME desktop (version 3.7.1) - could not start Python kernel

I have python 3 installed on my laptop, unable to configure and use python scripts in KNIME.

Attaching the screenshot of File->Preferences->Knime->Python window

Below is the log after I try running python source node -

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.
org.knime.python2.kernel.PythonIOException: 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

Hi @Gaurav_Yadav,

you are missing some packages, take a look at this guide on how to fully set up the python extension:
https://www.knime.com/blog/setting-up-the-knime-python-extension-revisited-for-python-30-and-20

best,
Gabriel