Plugin error from sample-classifier: Value must have type '<class 'int'>'

Hi @prdas,

As you surmised, the issue is that you have the wrong version of pandas installed. At some point you must have installed something in your conda environment that illegally downgraded pandas. See here for related discussion:

I recommend creating a fresh installation.

Good luck!

1 Like