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

SoftwareSerial library creates DCF77 error #780

Closed thearduinoguy closed 7 years ago

thearduinoguy commented 7 years ago

When trying to run the SoftwareSerial examples I get the following error:

Error: Could not find Timezone dependency for DCF77 library

ivankravets commented 7 years ago

platformio lib install DCF77

Library Storage: **** Looking for DCF77 library in registry Found: http://platformio.org/lib/show/169/DCF77 LibraryManager: Installing id=169 Downloading [####################################] 100% Unpacking [####################################] 100% DCF77 @ 1688eaab55 has been successfully installed! Installing dependencies Looking for Time library in registry Found: http://platformio.org/lib/show/44/Time LibraryManager: Installing id=44 Downloading [####################################] 100% Unpacking [####################################] 100% Time @ 18ce15b202 has been successfully installed! Looking for Timezone library in registry Found: http://platformio.org/lib/show/76/Timezone LibraryManager: Installing id=76 Downloading [####################################] 100% Unpacking [####################################] 100% Timezone @ 510ae2f6b6 has been successfully installed!

ivankravets commented 7 years ago

Please try again and reopen this issue if you still have problems