NLQA icon indicating copy to clipboard operation
NLQA copied to clipboard

Error while executing the code

Open Sakthisri67 opened this issue 8 years ago • 0 comments

I have an interest to work on your system and also want to add some changes in it. But while running the quanta.py code it throws an error like below.

File "C:/Users/admin/final_destination/qanta/qanta.py", line 159, in orig_We = pickle.load(open(args['We'], 'rb'))

UnicodeDecodeError: 'ascii' codec can't decode byte 0xb0 in position 0: ordinal not in range(128)

It can be solved by decoding it using UTF-8 . The command decode(UTF-8) . The problem is where i have to put this code to rectify the error . Please solve it as soon as possible.

Sakthisri67 avatar Jan 19 '18 05:01 Sakthisri67