Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For any data file it raises Uncode error #11

Open
erogol opened this issue Nov 20, 2014 · 1 comment
Open

For any data file it raises Uncode error #11

erogol opened this issue Nov 20, 2014 · 1 comment

Comments

@erogol
Copy link

erogol commented Nov 20, 2014

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
Copy link
Contributor

janezd commented Nov 22, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants