fastxml icon indicating copy to clipboard operation
fastxml copied to clipboard

'utf-8' codec can't decode byte 0xc0 in position

Open colinepiloquet opened this issue 5 years ago • 2 comments

Hi, when running the simple case in Python and creating the Inferencer, I get an error in read_row saying: 'utf-8' codec can't decode byte 0xd5 in position 5: invalid continuation byte Any ideas how to solve that?

Thanks

colinepiloquet avatar Jan 17 '20 09:01 colinepiloquet

Interesting. Do you have more details you can share that would let me repro it?

Refefer avatar Jan 17 '20 17:01 Refefer

I have used the dataset Delicious from scikit-multilearn and the code provided in the readme. This is my error error

colinepiloquet avatar Jan 19 '20 09:01 colinepiloquet