syssi / esphome-yeelight-ceiling-light

ESPHome custom firmware for some Yeelight Ceiling Lights
Apache License 2.0
141 stars 22 forks source link

[BUG] Could not find the package with espressif/toolchain-riscv32-esp #66

Closed alexschomb closed 1 year ago

alexschomb commented 1 year ago

The following error happens while running esphome run yeelight_light_ceilc.yaml (possibly happens to other yaml files as well):

Tool Manager: Installing espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch2
INFO Installing espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch2
Error: Could not find the package with 'espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch2' requirements for your system 'windows_amd64'

The issue has been adressed in a different project: https://github.com/mmakaay/esphome-xiaomi_bslamp2/issues/116 The temporary workaround to extend the yaml file with the following lines helps:

esphome:
  platformio_options:
    platform_packages:
      - "toolchain-riscv32-esp @8.4.0+2021r2-patch5"
syssi commented 1 year ago

Greetings from Bonn! Thanks for your issue and sorry for the late response. It's fixed now!