My workflow stops at my python node and gives me this error: “C:\Program Files\KNIME\plugins\org.knime.python2_4.5.2.v202203041212\py\PythonKernelTester.py:281: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.version = LooseVersion(version)
Note: you can create a new Conda environment that contains all required packages via the Preferences.” When I go into my Preferences it says my Python environment is missing libraries like numpy and when I try to install them on my command line it doesn’t let me. Is my only option to create a new python environment or how else can I fix this?
Hi
what do you mean “it does not let me”?
can’t you install numpy and pandas in your base environment? via pip or via conda
By the way having a separate one for KNIME would not be a bad choice
br
1 Like
@aortiz19 welcome to the KNIME forum. You could follow this article about how to set up KNIME and Python:
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.