Python library imp is missing (Knime 5.20 Python 3.12.2)

I’m having issues with python integration with knime. The main issue is after downloading miniconda as well as the knime python integration, I am unable to execute any python file as I always get the error: Library imp is missing.


I’m unsure what to do from here, because you can’t do a pip install imp and I’ve even tried to set my python environment configuration to manual pointing to my \miniconda3\python.exe file path. Has anyone faced a similar problem?

@joeligden111 welcome to the KNIME forum. You might want to check if your Python version would match with the KNIME version. I think currently KNIME would work with Python 3.9. Also you can read about how to set up KNIME an Python in more detail here:

2 Likes