-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Installation issue: get.exe UnicodeDecodeError #860
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
Comments
Your folder or file name has any special character somewhere? |
Oh this is possible, I am from the Czech republic, so in my username there is a "ř" symbol. Since I cannot simply change my username in win10 (I think at least), is there a way to at least change install folder of esp32 files? ESP8266 installed its files somewhere else if I remember correctly. |
It was fixed here: https://github.com/espressif/arduino-esp32/pull/781/files just need to wait @me-no-dev compile a new .exe from the .py updated file |
done ;) |
Thank you for a quick fix, amazing. |
:) you welcome |
After cloning the repository I exected get.exe and this is the error message.
I have no idea what to do now.
Tried administrator and compatibility mode, but the error seems to be caused by a codec exception, which is wierd
System: Windows, Info: Windows-10-10.0.16299
Platform: i686-mingw32
Traceback (most recent call last):
File "get.py", line 138, in
get_tool(tool)
File "get.py", line 76, in get_tool
local_path = dist_dir + archive_name
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf8 in position 12: ordinal not in range(128)
Failed to execute script get
The text was updated successfully, but these errors were encountered: