You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For any dataset even for the given ones, the File widget reports this error.
I tried my csv file and adult.tab and car.tab datasets. Result is always same
UnicodeDecodeError Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/Orange/OrangeWidgets/OWWidget.py", line 179, in reportAndFinish
self.finishReport()
File "/usr/local/lib/python2.7/dist-packages/Orange/OrangeWidgets/OWWidget.py", line 298, in finishReport
sender=self)
File "/usr/local/lib/python2.7/dist-packages/Orange/OrangeWidgets/OWReport.py", line 186, in appendReport
self.addEntry(widnode)
File "/usr/local/lib/python2.7/dist-packages/Orange/OrangeWidgets/OWReport.py", line 198, in addEntry
widnode.time, widnode.data)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 2: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
For any dataset even for the given ones, the File widget reports this error.
I tried my csv file and adult.tab and car.tab datasets. Result is always same
UnicodeDecodeError Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/Orange/OrangeWidgets/OWWidget.py", line 179, in reportAndFinish
self.finishReport()
File "/usr/local/lib/python2.7/dist-packages/Orange/OrangeWidgets/OWWidget.py", line 298, in finishReport
sender=self)
File "/usr/local/lib/python2.7/dist-packages/Orange/OrangeWidgets/OWReport.py", line 186, in appendReport
self.addEntry(widnode)
File "/usr/local/lib/python2.7/dist-packages/Orange/OrangeWidgets/OWReport.py", line 198, in addEntry
widnode.time, widnode.data)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 2: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: