Python: ModuleNotFoundError: No module named 'pandas.tslib'

Mac OS X: 10.14
Knime: 3.7.1
Python: 3.6.8
Conda: 4.6.2

my sh file is:
export PATH=“/Users/dennis/anaconda3/bin:$PATH/”

  source activate py36_knime
  python "$@" 1>&1 2>&2

Hey,

i just started with Knime. Unfortunately I can’t get python with numpy running. I am using numpy on a regular basis with jupyter notebook.

ErrorMsg: Python: ModuleNotFoundError: No module named ‘pandas.tslib’

I appreciate any help!

Thanks!
Dennis

It seems Pandas is not supported in this version as of now.

Also have you tried what happens if you do not nurse the .sh file but just use the link to the python environment.

2 Likes

Hi @shirudo,

as @mlauber71 already pointed out, pandas 0.24.0 is currently not supported. Could you try downgrading pandas to 0.23? That should fix the issue. However, using the .sh start script should work fine (let me know if you encounter any problems there).

Cheers
David

2 Likes

Thanks a lot! You guys are great :slight_smile:

downgrading my env to pandas 0.23 solved the problem!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

Just wanted to let you know that we fixed this bug in the meantime. Pandas 0.24 will be supported by the next version of KNIME Analytics Platform :slight_smile:.

5 Likes