platformio / platformio-home

PlatformIO Home
https://docs.platformio.org/page/home/index.html
Apache License 2.0
103 stars 63 forks source link

Libraries: Could not install library #1591

Closed freezeghost closed 4 years ago

freezeghost commented 4 years ago

PIO Core Call Error: "Library Storage: D:\!Prog\Arduino\My-TTGO-Watch-master\.pio\libdeps\ttgo-t-watch\r\nLibrary Manager: Installing xinyuan-lilygo/TTGO TWatch Library @ ^1.3.0\r\nUnpacking...\r\nLibrary Manager: Warning! Package Mirror: CRC check failed 0xed05a807 != 0x23a65ce7\r\nLibrary Manager: Looking for another mirror...\r\nUnpacking...\r\nLibrary Manager: Warning! Package Mirror: CRC check failed 0xed05a807 != 0x23a65ce7\r\nLibrary Manager: Looking for another mirror...\r\nUnpacking...\r\nLibrary Manager: Warning! Package Mirror: CRC check failed 0xed05a807 != 0x23a65ce7\r\nLibrary Manager: Looking for another mirror...\r\n\n\nError: Could not install package 'xinyuan-lilygo/TTGO TWatch Library @ ^1.3.0' for 'windows_amd64' system"

jurov commented 4 years ago

Confirm, patformio-5.0.1 on gentoo linux. In my local copy of https://github.com/sharandac/My-TTGO-Watch it works(or the lib is cached) but in my new project not.

ivankravets commented 4 years ago

Sorry, fixed in the registry. Please re-run pio update.

freezeghost commented 4 years ago

great it is work now. Thank yoy !