Hello
I just updated my Knime to version 3.6. I have got the fellwoing error running a Python script:
ERROR Python Script (1⇒1) 0:218:36 Execute failed: Could not start Python kernel. Error during Python installation test: Python installation could not be determined… See log for details.
Dear Christian
I already have the anaconda python installed in my computer- As I said I just updated Knime to the new version.
Also i cant install the Python extension because it already installed.
Yes- Its content is @REM Adapt the directory in the PATH to your system @SET PATH=C:\Users\Owner\Anaconda3;%PATH% @CALL activate py35_knime || ECHO Activating py35_knime failed @python %*
If i run the .bat file i get Python 3.5.5 |Anaconda, Inc.| (default, Apr 7 2018, 04:52:34) [MSC v.1900 64 bit (AMD64)] on win32
Type “help”, “copyright”, “credits” or “license” for more information.
(base) C:\Users\Owner>conda info --envs
conda environments:
base * C:\Users\Owner\Anaconda3
py35_knime C:\Users\Owner\Anaconda3\envs\py35_knime