Sentiment-Analysis-Twitter icon indicating copy to clipboard operation
Sentiment-Analysis-Twitter copied to clipboard

I am trying to run this program in python 3 but it is giving error

Open rajitnair opened this issue 6 years ago • 1 comments

return codecs.charmap_decode(input,self.errors,decoding_table)[0]

UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 3192: character maps to

rajitnair avatar Jun 15 '18 05:06 rajitnair

this seems to be written in python 2,there might be quite a bit of changes to make if you want to run it on python 3

ishanb97 avatar Oct 27 '18 11:10 ishanb97