Hello. KNIME team and users.
I have the following error when running KNIME workflow in Jupyter notebook.
UnicodeDecodeError: ‘cp949’ codec can’t decode byte 0x80 in position 1854: illegal multibyte sequence
Below is the code I used in my Jupyter notebook and a picture of the workflow used.
Here is the detailed error message
For reference, there are no other languages except English in the node names and comment descriptions in the Workflow, and Korean is present in the Python Script internal code.
What could be the reason for encoding issues like cp949?
Your answer would be highly appreciated.