Hi jobsch,
according to https://github.com/conda/conda/issues/11795, it is a conda problem introduced in the latest version (22.9.0). Switching back one version might solve the issue. Do so by:
- Open some command line tool, like the anaconda command line tool / shell
- Make sure you are in the base environment by entering
conda activate base
- Enter
conda install conda==4.14
and go through the process - Restart your KNIME Analytics Platform
- Try to create a Python environment
If that does not help, maybe some other thoughts in the linked conda issue could help?
Please let me know whether that worked for you and don’t hesitate to ask further questions!
Best regards
Steffen