Has anyone seen the following error message when compiling in ESPHome?:
PackageManager: Installing tool-esptool @ <2 Warning! Package Mirror: The ‘sha1’ sum ‘e15fba5accf70d9c1574c47055ee9aedc0c3fe1c’ of downloaded file ‘tool-esptool-linux_armv6l-1.413.0.tar.gz’ is not equal to remote ‘bdfd4890e232df1876df63c8e676b12119e89c9f’ Looking for another mirror… Error: Could not install ‘tool-esptool’ with version requirements ‘<2’ for your system ‘linux_armv7l’.
I’ve searched widely and still don’t understand the error message.
Running ESPHone V1.15.2 on a Raspbery PI 3B using latest raspberry OS.
@martinrbrown71 try upgrading platformio to the latest version (5.0.1 appears on my os) with this command:
pip3 install --upgrade platformio
To be sure, I also deleted ~/.platformio/packages folder, and made a clean build / upload from the dashboard. There will be some error and warning messages, but it worked for me.
Old thread revoked.
Updated th the ESPhome to the lastest one and boing
Library Manager: Installing adafruit/Adafruit-MLX90614-Library
Warning! Could not find the package with ‘adafruit/Adafruit-MLX90614-Library’ requirements for your system ‘linux_armv7l’
haven’t modified my yaml at all. Still contains the following lines in the esphome: section
includes:
- custom/mlx90614.h
libraries:
- adafruit/Adafruit-MLX90614-Library
and of couse the file within the custom folder does exist.
and idea whats wrong now?
afaik I can’t use pip3 on hass.os or am I wrong here?