In regards to the following workflow, Time series guided analysis – KNIME Community Hub, I’m running into an error with the python script node:
It is indicating that I’m missing a package, here is the code within the downloaded workflow:
I used ChatGPT to see if I could resolve the issue and installed the package via my terminal into a newly created environment knime-env. I set my preferences → knime → python path to:
I installed the package into this environment and when completed, i received an error that it was missing numpy and various other packages, so I installed the ‘base’ packages here as well and into conda. I’ve tried changed to Conda configuration with knime-env as the environment as well, having installed the package here as well.
The solution has put me into a complete circular loop to switch between manual and conda, install the package, determine if package exists, etc. I was also with 3.12 python, was suggested to drop to 3.9 which I did with one of the codes.
Am I missing something obvious?