Title says it all. Just installed and tried a simple project for Expressif. This is what I got:
Running on Raspberry PI3 on an isolated python environment. Any ideas?
INFO Reading configuration /home/esphome/config/test.yaml...
INFO Generating C++ source...
INFO Compiling app...
INFO Running: platformio run -d /home/esphome/config/esptest
Processing esptest (board: nodemcuv2; framework: arduino; platform: platformio/[email protected])
--------------------------------------------------------------------------------
HARDWARE: ESP8266 80MHz, 80KB RAM, 4MB Flash
PACKAGES:
- framework-arduinoespressif8266 3.20704.0 (2.7.4)
- tool-esptool 1.413.0 (4.13)
- tool-esptoolpy 1.20800.0 (2.8.0)
- toolchain-xtensa 2.40802.200502 (4.8.2)
Library Manager: Installing Update
Warning! Could not find the package with 'Update' requirements for your system 'linux_armv7l'
Dependency Graph
|-- <ESPAsyncTCP-esphome> 1.2.3
| |-- <ESP8266WiFi> 1.0
|-- <ESPAsyncWebServer-esphome> 1.2.7
| |-- <ESPAsyncTCP-esphome> 1.2.3
| | |-- <ESP8266WiFi> 1.0
| |-- <Hash> 1.0
| |-- <ESP8266WiFi> 1.0
| |-- <ArduinoJson-esphomelib> 5.13.3
|-- <ESP8266WiFi> 1.0
|-- <ESP8266mDNS> 1.2
| |-- <ESP8266WiFi> 1.0
|-- <Wire> 1.0
|-- <ArduinoJson-esphomelib> 5.13.3
|-- <DNSServer> 1.1.1
| |-- <ESP8266WiFi> 1.0
Compiling .pioenvs/esptest/src/esphome/components/api/api_connection.cpp.o
Compiling .pioenvs/esptest/src/esphome/components/api/api_pb2.cpp.o
Compiling .pioenvs/esptest/src/esphome/components/api/api_pb2_service.cpp.o
*** [.pioenvs/esptest/src/esphome/components/api/api_connection.cpp.o] sh: No such file or directory
Compiling .pioenvs/esptest/src/esphome/components/api/api_server.cpp.o
*** [.pioenvs/esptest/src/esphome/components/api/api_pb2.cpp.o] sh: No such file or directory
*** [.pioenvs/esptest/src/esphome/components/api/api_pb2_service.cpp.o] sh: No such file or directory
*** [.pioenvs/esptest/src/esphome/components/api/api_server.cpp.o] sh: No such file or directory
========================= [FAILED] Took 21.92 seconds =========================