-
-
Notifications
You must be signed in to change notification settings - Fork 800
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
UnicodeDecodeError: 'utf-8' codec can't decode byte #3804
Comments
Could you provide an output of |
|
Are your source files in UTF-8? Do you print something in the extra script that has non-ASCII chars? |
@ivankravets II think they are UTF-8. Is there a way to check? |
Please re-test with the latest development version of PIO Core
|
Does it work now? |
@ivankravets
|
No, the fix does not affect code building. Please review the source code of your proejct. |
Configuration
Xubuntu 18.04
PlatformIO Core, version 5.0.4
Description of problem
PIO upload shows errors:
Steps to Reproduce
nordicnrf51/waveshare_ble400
and choosejlink
as upload methodIf problems with PlatformIO Build System:
The content of
platformio.ini
:Source file to reproduce issue:
Additional info
Installed PIO in a venv via pipx. Python version of that venv is
3.8.2
The text was updated successfully, but these errors were encountered: