platformio / platformio-core

Your Gateway to Embedded Software Development Excellence :alien:
https://platformio.org
Apache License 2.0
7.89k stars 792 forks source link

Endless scanning dependencies when pio run..... #4577

Closed SugarSBN closed 1 year ago

SugarSBN commented 1 year ago

The project is here https://github.com/ClimbSnail/HoloCubic_AIO/tree/main/AIO_Firmware_PIO and the platformio.ini can be find there.

My PlatformIO version is 6.1.6

I press pio run in the folder, and the output is:

Processing HoloCubic_AIO_Releases (platform: espressif32 @ ~3.5.0; board: pico32; framework: arduino) Library Manager: Could not parse manifest -> Expecting value: line 1 column 1 (char 0) Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/pico32.html PLATFORM: Espressif 32 (3.5.0) > ESP32 Pico Kit HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash DEBUG: Current (esp-prog) External (esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES:

  • framework-arduinoespressif32 @ 3.10006.210326 (1.0.6)
    • tool-esptoolpy @ 1.30100.210531 (3.1.0)
    • toolchain-xtensa32 @ 2.50200.97 (5.2.0)

LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf LDF Modes: Finder ~ chain, Compatibility ~ soft Warning! Ignoring broken library manifest in /mnt/d/AIO_Firmware_PIO/lib/MPU6050 Found 40 compatible libraries Scanning dependencies...

Then get stuck here.

I found issue here https://github.com/platformio/platformio-core/issues/4349 But it doesn't work for me at all. Could any help me please?

SugarSBN commented 1 year ago

By the way, I use WSL (windows subsystem linux) and proxy.

SugarSBN commented 1 year ago

Fine, my fault.... It takes me 20 min to scan dependencies for the first time. SO JUST WAIT....