-
Notifications
You must be signed in to change notification settings - Fork 171
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
Ubuntu doesn't like the "ü" in __init__.py #47
Comments
Thanks for the report, but that's not exactly a lot of information :) |
It seems the "ü" in your name causes character encoding problems with python 3 on Ubuntu.
|
Hm, strange. I cannot reproduce. The installation works fine for me:
These are my versions:
Can you please post your ubuntu version and your locale in use? For me it's:
|
This is running in a Docker image, so it's possible that that 's causing the problem. I'll try it with a real VM later.
If I add en_US.utf8 to my locales w/ |
Ok, strange. I have not used docker so far, so I'm not able to test there. Did you had any success with using a pure Ubuntu Image in a VM? |
Maybe #58 is related? |
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 48: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: