Quantcast
Channel: Node Development - KNIME Community Forum
Viewing all articles
Browse latest Browse all 81

Knime Python bundle not working

$
0
0

Hi all,

I’m facing a problem I’m not able to solve.
I’m trying to create the bundle as I usually do.
But with knime 5.3 I have this error:

Command: [‘/opt/miniconda3/envs/knime-ext-bundling/bin/micromamba’, ‘create’, ‘–prefix’, ‘/var/folders/_h/vftmyhhj0j1b3596kb9bclmc0000gn/T/tmpxht0_n2v/prefix’, ‘–dry-run’, ‘–json’, ‘–override-channels’, ‘–channel’, ‘knime’, ‘–channel’, ‘conda-forge’, ‘–channel’, ‘file:///var/folders/_h/vftmyhhj0j1b3596kb9bclmc0000gn/T/tmpj507wie6’, ‘python 3.11.', ‘knime-extension >=5.3’, ‘knime-python-base >=5.3’, 'lightgbm 4.3.0.’, ‘markdown >=3.6.1’, ‘numpy 1.26.2.', 'pandas 2.0.3.’, ‘scikit-learn 1.4.2.', 'scipy 1.13.0.’, ‘shap 0.46.0.', 'typing-extensions 4.11.0.’]
STDOUT:
{
“solver_problems”: [
“unsupported request”,
“unsupported request”,
“package knime-python-base-5.3.0-py38_202406171400 requires python >=3.8.19,<3.8.20.0a0, but none of the providers can be installed”
],
“success”: false
}

I tried many times, but I always have this problem.
However, it’s weird since when creating the environment, python 11 is required:

conda create -n my_python_env python=3.11 knime-python-base=5.3 knime-
extension=5.3 -c knime -c conda-forge

could you please help me?

thanks
Daniela

5 posts - 3 participants

Read full topic


Viewing all articles
Browse latest Browse all 81

Trending Articles