Configure encoding and Unicode support in the Arduino IDE environment

i write program Blink led on arduino IDE for xiao nRF52840 sense but i got this error. I am using Macbook pro with MacOS version 13.2.1 (22D68) and arduino IDE version 2.1.2

Traceback (most recent call last):
  File "__main__.py", line 317, in <module>
  File "click/core.py", line 1134, in __call__
  File "click/core.py", line 1040, in main
  File "click/_unicodefun.py", line 100, in _verify_python_env
RuntimeError: Click will abort further execution because Python was configured to use ASCII as encoding for the environment. Consult https://click.palletsprojects.com/unicode-support/ for mitigation steps.

This system lists some UTF-8 supporting locales that you can pick from. The following suitable locales were discovered: af_ZA.UTF-8, am_ET.UTF-8, be_BY.UTF-8, bg_BG.UTF-8, ca_ES.UTF-8, cs_CZ.UTF-8, da_DK.UTF-8, de_AT.UTF-8, de_CH.UTF-8, de_DE.UTF-8, el_GR.UTF-8, en_AU.UTF-8, en_CA.UTF-8, en_GB.UTF-8, en_IE.UTF-8, en_NZ.UTF-8, en_US.UTF-8, es_ES.UTF-8, et_EE.UTF-8, eu_ES.UTF-8, fi_FI.UTF-8, fr_BE.UTF-8, fr_CA.UTF-8, fr_CH.UTF-8, fr_FR.UTF-8, he_IL.UTF-8, hr_HR.UTF-8, hu_HU.UTF-8, hy_AM.UTF-8, is_IS.UTF-8, it_CH.UTF-8, it_IT.UTF-8, ja_JP.UTF-8, kk_KZ.UTF-8, ko_KR.UTF-8, lt_LT.UTF-8, nl_BE.UTF-8, nl_NL.UTF-8, no_NO.UTF-8, pl_PL.UTF-8, pt_BR.UTF-8, pt_PT.UTF-8, ro_RO.UTF-8, ru_RU.UTF-8, sk_SK.UTF-8, sl_SI.UTF-8, sr_YU.UTF-8, sv_SE.UTF-8, tr_TR.UTF-8, uk_UA.UTF-8, zh_CN.UTF-8, zh_HK.UTF-8, zh_TW.UTF-8
[30973] Failed to execute script __main__

exit status 1

Compilation error: exit status 1

I've moved your topic to the dedicated IDE 2.x section of the forum. I unfortunately can't help you.

1 Like

Hi @doxuanhieu. The Arduino IDE developers are tracking this bug here:

If you have a GitHub account, you can subscribe to that issue to get notifications of any new developments related to this subject:

image


As for finding a solution for you, I'm going to ask you to provide some additional information so I can understand the specific conditions that are present on your computer.

Please post the full verbose output from a compilation where this error occurs.


:exclamation: This procedure is not intended to solve the problem. The purpose is to gather more information.


Please do this:

  1. Select File > Preferences... from the Arduino IDE menus.
    The "Preferences" dialog will open.
  2. Check the box next to "Show verbose output during: ☐ compilation" in the "Preferences" dialog.
  3. Click the OK button.
  4. Select Sketch > Verify/Compile from the Arduino IDE menus.
  5. Wait for the compilation to fail.
  6. You will see a "Compilation error: ..." notification at the bottom right corner of the Arduino IDE window. Click the COPY ERROR MESSAGES button on that notification.
  7. Open a forum reply here by clicking the Reply button.
  8. Click the <CODE/> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code tags icon on toolbar
  9. Press Ctrl+V.
    This will paste the compilation output into the code block.
  10. Move the cursor outside of the code tags before you add any additional text to your reply.
  11. Click the Reply button to post the output.

In case the output is longer than the forum software will allow to be added to a post, you can instead save it to a .txt file and then attach that file to a reply here:

  1. Open any text editor program.
  2. Paste the copied output into the text editor.
  3. Save the file in .txt format.
  4. Open a forum reply here by clicking the Reply button.
  5. Click the "Upload" icon (Upload icon) on the post composer toolbar:
    Upload icon on toolbar
    A dialog will open.
  6. In the dialog, select the .txt file you saved.
  7. Click the Open button.
  8. Click the Reply button to publish the post.

Alternatively, instead of using the "Upload" icon on the post composer toolbar as described in steps (5) - (7) above, you can simply drag and drop the .txt file onto the post composer field to attach it.

1 Like
FQBN: Seeeduino:nrf52:xiaonRF52840Sense
Using board 'xiaonRF52840Sense' from platform in folder: /Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1
Using core 'nRF5' from platform in folder: /Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1

Detecting libraries used...
/Users/mr9q2/Library/Arduino15/packages/Seeeduino/tools/arm-none-eabi-gcc/9-2019q4/bin/arm-none-eabi-g++ -mcpu=cortex-m4 -mthumb -c -g -Werror=return-type -mfloat-abi=hard -mfpu=fpv4-sp-d16 -u _printf_float -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -w -x c++ -E -CC -DF_CPU=64000000 -DARDUINO=10607 -DARDUINO_Seeed_XIAO_nRF52840_Sense -DARDUINO_ARCH_NRF52 "-DARDUINO_BSP_VERSION=\"1.1.1\"" -DNRF52840_XXAA -DUSBCON -DUSE_TINYUSB -DUSB_VID=0x2886 -DUSB_PID=0x8045 "-DUSB_MANUFACTURER=\"Seeed\"" "-DUSB_PRODUCT=\"XIAO nRF52840 Sense\"" -DSOFTDEVICE_PRESENT -DARDUINO_NRF52_ADAFRUIT -DNRF52_SERIES -DDX_CC_TEE -DLFS_NAME_MAX=64 -Ofast -DCFG_DEBUG=0 -DCFG_LOGGER=0 -DCFG_SYSVIEW=0 -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/tools/CMSIS/5.7.0/CMSIS/DSP/Include/ -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx/hal -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx/mdk -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx/soc -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx/drivers/include -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx/drivers/src -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/softdevice/s140_nrf52_7.3.0_API/include -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/softdevice/s140_nrf52_7.3.0_API/include/nrf52 -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/freertos/Source/include -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/freertos/config -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/freertos/portable/GCC/nrf52 -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/freertos/portable/CMSIS/nrf52 -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/sysview/SEGGER -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/sysview/Config -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/libraries/Adafruit_TinyUSB_Arduino/src/arduino -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5 -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/variants/Seeed_XIAO_nRF52840_Sense /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051/sketch/blink.ino.cpp -o /dev/null
Generating function prototypes...
/Users/mr9q2/Library/Arduino15/packages/Seeeduino/tools/arm-none-eabi-gcc/9-2019q4/bin/arm-none-eabi-g++ -mcpu=cortex-m4 -mthumb -c -g -Werror=return-type -mfloat-abi=hard -mfpu=fpv4-sp-d16 -u _printf_float -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -w -x c++ -E -CC -DF_CPU=64000000 -DARDUINO=10607 -DARDUINO_Seeed_XIAO_nRF52840_Sense -DARDUINO_ARCH_NRF52 "-DARDUINO_BSP_VERSION=\"1.1.1\"" -DNRF52840_XXAA -DUSBCON -DUSE_TINYUSB -DUSB_VID=0x2886 -DUSB_PID=0x8045 "-DUSB_MANUFACTURER=\"Seeed\"" "-DUSB_PRODUCT=\"XIAO nRF52840 Sense\"" -DSOFTDEVICE_PRESENT -DARDUINO_NRF52_ADAFRUIT -DNRF52_SERIES -DDX_CC_TEE -DLFS_NAME_MAX=64 -Ofast -DCFG_DEBUG=0 -DCFG_LOGGER=0 -DCFG_SYSVIEW=0 -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/tools/CMSIS/5.7.0/CMSIS/DSP/Include/ -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx/hal -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx/mdk -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx/soc -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx/drivers/include -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx/drivers/src -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/softdevice/s140_nrf52_7.3.0_API/include -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/softdevice/s140_nrf52_7.3.0_API/include/nrf52 -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/freertos/Source/include -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/freertos/config -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/freertos/portable/GCC/nrf52 -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/freertos/portable/CMSIS/nrf52 -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/sysview/SEGGER -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/sysview/Config -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/libraries/Adafruit_TinyUSB_Arduino/src/arduino -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5 -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/variants/Seeed_XIAO_nRF52840_Sense /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051/sketch/blink.ino.cpp -o /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051/preproc/sketch_merged.cpp
/Users/mr9q2/Library/Arduino15/packages/builtin/tools/ctags/5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051/preproc/sketch_merged.cpp
Compiling sketch...
/Users/mr9q2/Library/Arduino15/packages/Seeeduino/tools/arm-none-eabi-gcc/9-2019q4/bin/arm-none-eabi-g++ -mcpu=cortex-m4 -mthumb -c -g -Werror=return-type -mfloat-abi=hard -mfpu=fpv4-sp-d16 -u _printf_float -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD -DF_CPU=64000000 -DARDUINO=10607 -DARDUINO_Seeed_XIAO_nRF52840_Sense -DARDUINO_ARCH_NRF52 "-DARDUINO_BSP_VERSION=\"1.1.1\"" -DNRF52840_XXAA -DUSBCON -DUSE_TINYUSB -DUSB_VID=0x2886 -DUSB_PID=0x8045 "-DUSB_MANUFACTURER=\"Seeed\"" "-DUSB_PRODUCT=\"XIAO nRF52840 Sense\"" -DSOFTDEVICE_PRESENT -DARDUINO_NRF52_ADAFRUIT -DNRF52_SERIES -DDX_CC_TEE -DLFS_NAME_MAX=64 -Ofast -DCFG_DEBUG=0 -DCFG_LOGGER=0 -DCFG_SYSVIEW=0 -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/tools/CMSIS/5.7.0/CMSIS/DSP/Include/ -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx/hal -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx/mdk -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx/soc -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx/drivers/include -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/nrfx/drivers/src -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/softdevice/s140_nrf52_7.3.0_API/include -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/nordic/softdevice/s140_nrf52_7.3.0_API/include/nrf52 -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/freertos/Source/include -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/freertos/config -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/freertos/portable/GCC/nrf52 -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/freertos/portable/CMSIS/nrf52 -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/sysview/SEGGER -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/sysview/Config -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/libraries/Adafruit_TinyUSB_Arduino/src/arduino -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5 -I/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/variants/Seeed_XIAO_nRF52840_Sense /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051/sketch/blink.ino.cpp -o /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051/sketch/blink.ino.cpp.o
Compiling libraries...
Compiling core...
Using previously compiled file: /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051/core/variant.cpp.o
Using precompiled core: /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/cores/Seeeduino_nrf52_xiaonRF52840Sense_softdevice_s140v6,debug_l0_9132ba10cc5e61282b2c18f17d08b5dd/core.a
Linking everything together...
/Users/mr9q2/Library/Arduino15/packages/Seeeduino/tools/arm-none-eabi-gcc/9-2019q4/bin/arm-none-eabi-gcc -L/private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051 -Ofast -Wl,--gc-sections -save-temps -L/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/cores/nRF5/linker -Tnrf52840_s140_v7.ld -Wl,-Map,/private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051/blink.ino.map -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -u _printf_float -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--warn-section-align -Wl,--wrap=malloc -Wl,--wrap=free --specs=nano.specs --specs=nosys.specs -o /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051/blink.ino.elf /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051/sketch/blink.ino.cpp.o /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051/core/variant.cpp.o -Wl,--start-group -L/Users/mr9q2/Library/Arduino15/packages/Seeeduino/tools/CMSIS/5.7.0/CMSIS/DSP/Lib/GCC/ -larm_cortexM4lf_math -lm /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051/../../cores/Seeeduino_nrf52_xiaonRF52840Sense_softdevice_s140v6,debug_l0_9132ba10cc5e61282b2c18f17d08b5dd/core.a -Wl,--end-group
/Users/mr9q2/Library/Arduino15/packages/Seeeduino/tools/arm-none-eabi-gcc/9-2019q4/bin/arm-none-eabi-objcopy -O ihex /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051/blink.ino.elf /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051/blink.ino.hex
/Users/mr9q2/Library/Arduino15/packages/Seeeduino/hardware/nrf52/1.1.1/tools/adafruit-nrfutil/macos/adafruit-nrfutil dfu genpkg --dev-type 0x0052 --sd-req 0x0123 --application /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051/blink.ino.hex /private/var/folders/cd/785t1lpd7zl8ywldstqq__580000gn/T/arduino/sketches/AD510D86793762A2B2CDEBBC584F0051/blink.ino.zip
Traceback (most recent call last):
  File "__main__.py", line 317, in <module>
  File "click/core.py", line 1134, in __call__
  File "click/core.py", line 1040, in main
  File "click/_unicodefun.py", line 100, in _verify_python_env
RuntimeError: Click will abort further execution because Python was configured to use ASCII as encoding for the environment. Consult https://click.palletsprojects.com/unicode-support/ for mitigation steps.

This system lists some UTF-8 supporting locales that you can pick from. The following suitable locales were discovered: af_ZA.UTF-8, am_ET.UTF-8, be_BY.UTF-8, bg_BG.UTF-8, ca_ES.UTF-8, cs_CZ.UTF-8, da_DK.UTF-8, de_AT.UTF-8, de_CH.UTF-8, de_DE.UTF-8, el_GR.UTF-8, en_AU.UTF-8, en_CA.UTF-8, en_GB.UTF-8, en_IE.UTF-8, en_NZ.UTF-8, en_US.UTF-8, es_ES.UTF-8, et_EE.UTF-8, eu_ES.UTF-8, fi_FI.UTF-8, fr_BE.UTF-8, fr_CA.UTF-8, fr_CH.UTF-8, fr_FR.UTF-8, he_IL.UTF-8, hr_HR.UTF-8, hu_HU.UTF-8, hy_AM.UTF-8, is_IS.UTF-8, it_CH.UTF-8, it_IT.UTF-8, ja_JP.UTF-8, kk_KZ.UTF-8, ko_KR.UTF-8, lt_LT.UTF-8, nl_BE.UTF-8, nl_NL.UTF-8, no_NO.UTF-8, pl_PL.UTF-8, pt_BR.UTF-8, pt_PT.UTF-8, ro_RO.UTF-8, ru_RU.UTF-8, sk_SK.UTF-8, sl_SI.UTF-8, sr_YU.UTF-8, sv_SE.UTF-8, tr_TR.UTF-8, uk_UA.UTF-8, zh_CN.UTF-8, zh_HK.UTF-8, zh_TW.UTF-8
[5301] Failed to execute script __main__

exit status 1

Compilation error: exit status 1

Could you help me? pls

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.