I tried to bundle an extension of custom node - and install it on another computer (in closed environment - no internet connection)
the installation failed in the other computer - i guess its because the dataprep package
I opened a ticket about failed installation with the command “conda install -c conda-forge dataprep”
and got an answer to activate my environment and install with: “pip install”.
it worked locally on my computer but when bundling the extension - its failed, I guess because its not through conda forge.
any solution?
or a way to add packages that installed by “pip install” to the bundling process?
Thanks,
hagay
I have no idea which ticket you mean. Nor did you write how and in which step the installation exactly failed. Or how you bundled it (for which version, with which parameters?). Did bundling work? Once you say that it you could not install it on the other computer, then you say the bundling step already failed.
Thus, I can only guess and give you the following section, where we describe how to insert pip packages.
I’m working with 5.1 version, I bundled it with the command:
"build_python_extension.bat --include-packages --knime-version 5.1 " - the bundling work.
but after I installed it in the other computer (and restart knime) I get the error that dataperp not found:
I’m currently try to bundle by the link you attached with insertion of pip install,
I got connection error - I’m with stable WIFI connection, but I will try to connect with Ethernet cable for the bundle process: