You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed vscode on my Manjaro Linux using the AUR package
visual-studio-code-bin.
VScode Version: 1.46.0
PIO core Version: 4.3.4 / Home: 3.2.3
I created a simple hello world blink project for ESP32 (esp-idf) with an olimex esp32-evb board.
I can compile and upload the code via esptool without any issues. However when i try do debug, i get this error:
undefinedpiogdb: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
I tried olimex-arm-usb-tiny-h and segger jlink JTAG Adapters, both show the same error. I can however upload code via them when using "upload_protocol = olimex-arm-usb-tiny-h" without any problems.
I checked, and my system does not have any python2.7 installed, i have no clue where the error might originate from.
The text was updated successfully, but these errors were encountered:
I had the same issue, and fixed it was install this python library. But, maybe this issue persist? because the dependency is not documented, and I have fresh installation:
I just installed vscode on my Manjaro Linux using the AUR package
visual-studio-code-bin.
VScode Version: 1.46.0
PIO core Version: 4.3.4 / Home: 3.2.3
I created a simple hello world blink project for ESP32 (esp-idf) with an olimex esp32-evb board.
I can compile and upload the code via esptool without any issues. However when i try do debug, i get this error:
My platformio.ini
I tried olimex-arm-usb-tiny-h and segger jlink JTAG Adapters, both show the same error. I can however upload code via them when using "upload_protocol = olimex-arm-usb-tiny-h" without any problems.
I checked, and my system does not have any python2.7 installed, i have no clue where the error might originate from.
The text was updated successfully, but these errors were encountered: