I am setting up KNIME with a non-Conda environment and with uv. I have created a working virtual environment with scripts, but the only limitation is that any KNIME integration from the `knime-python-scripting` package cannot be used, because the `knime-python-scripting` package is only published to Conda Forge and not to PyPI.
Would you please also publish this package to PyPI, so that users can use KNIME without needing to install Conda?
Kind regards, Mike
I am running into the same issue. I am also trying to use a non‑Conda environment (with uv), and since the knime-python-scripting package is only available on Conda Forge, I cannot use the KNIME Python integrations.
I’d also like to ask whether knime-python-base could be published on PyPI. This package is required for the Python integration to work, so without it, setting up KNIME in a non‑Conda environment isn’t really feasible. Having it on PyPI would make it much easier for people using uv, pip, or venv to get a fully working setup.