Platformio-atom-ide: UnicodeDecodeError: Non-ASCII characters found in build environment

Created on 25 Jul 2017  路  6Comments  路  Source: platformio/platformio-atom-ide

C:\Users\ricjo.platformio\packages\tool-scons\script..\engine\SCons\Environment.py:1303: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal

val = [x for x in val if x not in dk]

C:\Users\ricjo.platformio\penv\lib\site-packages\platformio\builder\tools\piolib.py:596: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if path not in self.envorigin.get("CPPPATH", []):

UnicodeDecodeError: Non-ASCII characters found in build environment
See explanation in FAQ > Troubleshooting > Building
http://docs.platformio.org/page/faq.html

[ERROR] Took 1.89 seconds

help wanted

Most helpful comment

We have just released a new version 2.7.0, please upgrade.

Please note that we HIGHLY recommend moving to PlatformIO IDE for VSCode which resolves tons of issues and brings a lot of new features.

All 6 comments

Do you have non-ASCII chars in project folder path?

I fixed that by moving the project folder from google drive folder to desktop

It should be fixed in PIO Core 3.5.0b2. Could you re-test it?

Please reopen if you still need help

Please reopen if you still need help

This issue is live again. Or related, maybe?
When using "pio init" with "--ide" parameter (no matter what ide).
I'm talking about PIO CLI install (through "pip install -U https...") last dev version.

I've transferred this issue there: https://github.com/platformio/platformio-core/issues/2100#issue-406915782 - all details is there now.

We have just released a new version 2.7.0, please upgrade.

Please note that we HIGHLY recommend moving to PlatformIO IDE for VSCode which resolves tons of issues and brings a lot of new features.

Was this page helpful?
0 / 5 - 0 ratings