-
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
install error #40
Comments
I'm having the same problem |
error UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 672: ordinal not in range(128)
I encountered this on a Docker container where for some reason
No source change necessary! |
@fzhukov Hi, I got the same error, could you please tell me how you solve this problem? we are deploying the project, thank you so much for any help. thank you |
I had the same problem on a Ubuntu16.04 Docker container and I don't know why yet. But I solved the problem by installing from source files with modified setup.py two lines.
Hope to be helpful. |
Thank you very much! It's worked. |
I have the error now |
|
Hi! I get this error when install from pip
Can you assist?
Thanks in advance!
The text was updated successfully, but these errors were encountered: