-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1722 #1003
Comments
Two things:
|
It looks like there was a regression sometime between openml==0.11.0 and openml==0.10.2. Switching back to openml==0.10.2 fixes my problem, even with ubuntu 18.04, but others are still likely to run into this so it's probably worth fixing for other people. |
Hi Andy, |
thanks. |
According to the stack trace, one would expect it's due to changes in the README file. The changes are:
I suspect the ü ( |
I patched it and with the new docker file (replace the branchname with
it installs successfully. Note that I had to also install numpy through the regular repository because otherwise it raised some error. |
Thanks for your help! 🙂 I'm glad something i reported lead to an
improvement in the open source world. On many other projects it seems to
be a ghost town. Cudos to you!
…On Wed, Nov 18, 2020, 4:43 PM Matthias Feurer ***@***.*** wrote:
Closed #1003 <#1003> via
#1004 <#1004>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1003 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVLQ5VCVMV254HWKXNZ3MLSQOCMFANCNFSM4TX44ZJQ>
.
|
And thank you for bringing it to our attention with the needed documentation to reproduce the issue 👍 especially for platform specific errors that makes a big difference! |
You're very welcome! 😊
…On Thu, Nov 19, 2020, 10:43 PM PGijsbers ***@***.*** wrote:
And thank you for bringing it to our attention with the needed
documentation to reproduce the issue 👍 especially for platform specific
errors that makes a big difference!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1003 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVLQ5SFNBGNZFIPQONLK2TSQUVILANCNFSM4TX44ZJQ>
.
|
Description
Installing opeml in an ubuntu:18.04 docker container leads to this error:
Steps/Code to Reproduce
Here is the Dockerfile:
Expected Results
A successful install of openml.
Note
Changing the FROM line to ubuntu:20.04 resolves the issue, but I have GPU driver compatibility constraints that require i use 18.04. 18.04 is supposed to be maintained for several more years, so it would be great if openml would install on that too.
The text was updated successfully, but these errors were encountered: