failed to install dataprep - python package on conda environment

Hello,
Im trying to install dataprep with the command - “conda install -c conda-forge dataprep”
and it failed, screenshot below:

any suggestion?

thanks,
Hagay

one idea could be to activate your environment and just try to install it with pip install …

1 Like

Thank you - it worked.

I have a follow up question, if I may:
the dataprep report works but its not interactive, is there any way to make it interactive?
I tried to use knio.view - but “import knime.scripting.io as knio” - but i get an error: " No module named ‘knime.scripting.io’"

Thanks in advance,

Hagay

Where is this script executed?
br

Hi @Daniel_Weikert
I’m building knime python based extension and its running in knime as an extension - custom Node.
screenshot below:

also in the console you can see the error about reference error ( I guess the events that I triggered by clicking items in the dataprep window),

Hagay

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.