biolab / orange2

DEPRECATED: Orange 2 (Python 2) data mining suite. NEW: https://github.com/biolab/orange3
GNU General Public License v3.0
307 stars 142 forks source link

For any data file it raises Uncode error #11

Open erogol opened 9 years ago

erogol commented 9 years ago

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)

janezd commented 9 years ago

Do you have any non-ascii characters in your path to those files?