platformio / platformio-core

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

Home: Libraries: Could not install library #2970

Closed willdueease closed 4 years ago

willdueease commented 4 years ago

PIO Core Call Error: "Library Storage: C:\Users\Will\Documents\PlatformIO\Projects\Test\.pio\libdeps\pro8MHzatmega328\nLooking for SD library in registry\nSD\r\n==\n#ID: 161\nThis library aims to expose a subset of SD card functionality in the form of a higher level 'wrapper' object\r\n\r\nKeywords: sd, card, file, system\r\nCompatible frameworks: Arduino\r\nCompatible platforms: Atmel AVR\r\nAuthors: Adafruit Industries\r\n\r\nSD\r\n==\n#ID: 868\nEnables reading and writing on SD cards.\r\n\r\nKeywords: data, storage\r\nCompatible frameworks: Arduino\r\nCompatible platforms: Atmel AVR, Atmel SAM, Espressif 32, Espressif 8266, Intel ARC32, Microchip PIC32, Nordic nRF51, Nordic nRF52, ST STM32, Teensy, TI MSP430\r\nAuthors: Arduino, SparkFun\r\n\r\nSD\r\n==\n#ID: 79\nThis library aims to expose a subset of SD card functionality in the form of a higher level 'wrapper' object (adaptation for LaunchPad LM4F120 / TM4C123)\r\n\r\nKeywords: sd, card, file, system\r\nCompatible frameworks: Energia\r\nCompatible platforms: TI MSP430, TI Tiva\r\nAuthors: Rei Vilo, William Greiman, SparkFun Electronics\r\n\r\nSD\r\n==\n#ID: 5210\nSD\r\n\r\nKeywords: sd\r\nCompatible frameworks: mbed\r\nCompatible platforms: Atmel SAM, Freescale Kinetis, Maxim Integrated MAX32, Nordic nRF51, Nordic nRF52, NXP LPC, Silicon Labs EFM32, ST STM32, Teensy, WIZNet W7500\r\nAuthors: Jackson Lv\r\n\r\nFound: https://platformio.org/lib/show/161/SD\nLibraryManager: Installing id=161 @ ^1.2.3\n\n\nConflict: More than one library has been found by request {\"requirements\": \"^1.2.3\", \"name\": \"SD\"}:\nAutomatically chose the first available library (use --interactive option to make a choice)\nError: Could not find a version that satisfies the requirement '^1.2.3' for your system 'windows_amd64'"

ivankravets commented 4 years ago

Try pio lib -g install 868