-
Notifications
You must be signed in to change notification settings - Fork 232
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
Is anybody can help me figure out this anoying encoding issue? #290
Comments
The UTF-8 warning isn't the problem. I think it's a leftover from Python 2. You can ignore it for now. |
The version I installed is integrated installation. The link is here: https://github.com/sillsdev/aeneas-installer/releases. I think that the file location problem you said is no problem: the audio file and the txt file can normally play, and then the hard drive is a solid state drive plugged into my computer, not a USB disk. |
Then, it might be the backslashes ("\") in the input paths causing the problem. As a workaround, you can try using forward slashes instead, as Windows command line accepts that too :
I'm not on a Windows machine, so I can't check whether python on Windows handles it correctly. If it doesn't work, another alternative would be to run aeneas from the same folder as the input files and to use relative paths instead of absolute paths:
|
The following is my code:
Yeah, Maybe you have noted that the fucking warning called
UTF-8
.I tried a countless times to solve the fucking "UTF-8" issue, but I alway fail to slove it from modifying the computer registry to modifying environment variables and more. I don't eat or drink for servral days to focusing on fix it and still can't fix it, I'm going to break down now.
Due to this encoding issue, I can't run
aeneas
on my commandline. Can anybody help me. I will always be greatfull.The text was updated successfully, but these errors were encountered: