-
Notifications
You must be signed in to change notification settings - Fork 74
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
Legacy 3.6 branch UnicodeDecodeError during installation #20
Comments
Hi @Steven-LANG Unfortunately, I am not able to reproduce this issue.. I am trying to install the legacy version with
and I am using I guess the problem is that I found a similar problem (and a possible solution) here: https://github.com/facebookresearch/fastText/pull/834/files However, since I can not reproduce this issue on my machines, I also can not check if this solves the problem. Please, let me know if this solves your problem :) Gabriele |
Sorry, I should have posted the complete environment that I was testing it in. I tried to reproduce it on different machines now with no success. I was using the nvidia docker cuda-10.1-cudnn7-devel image (ubuntu 18.04 as base) from which the above-mentioned error occurred. Setting I'm not sure why this specific setup causes the issue in the first place but it might be a good idea to set it to |
When running
python setup.py install
on thelegacy_3.6
branch, I'm getting:If I hotfix this by setting
long_description = ""
, the installation works.(Python 3.6.9)
The text was updated successfully, but these errors were encountered: