Esphome not compiling

so for some reason my esphome wont compile this is the error i get.
INFO Reading configuration /config/esphome/glovedryer.yaml… INFO Generating C++ source… INFO Compiling app… INFO Running: platformio run -d /config/esphome/glovedryer Processing glovedryer (board: d1_mini; framework: arduino; platform: [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) Looking for ESPAsyncWebServer-esphome library in registry Conflict: More than one library has been found by request {“name”: “ESPAsyncWebServer-esphome”, “requirements”: “1.2.7”}: ESPAsyncWebServer-esphome ========================= #ID: 12620 Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32 Keywords: http, async, websocket, webserver Compatible frameworks: Arduino Compatible platforms: Espressif 8266, Espressif 32 Authors: ESPHome Team ESPAsyncWebServer-esphome ========================= #ID: 6758 Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32 Keywords: http, async, websocket, webserver Compatible frameworks: Arduino Compatible platforms: Espressif 8266, Espressif 32 Authors: ESPHome Team LibraryManager: Installing id=12620 @ 1.2.7 Automatically chose the first available library (use --interactive option to make a choice) UndefinedPackageVersion: Could not find a version that satisfies the requirement ‘1.2.7’ for your system ‘linux_armv7l’: File “/usr/local/lib/python3.6/dist-packages/platformio/builder/main.py”, line 168: env.SConscript("$BUILD_SCRIPT") File “/root/.platformio/packages/tool-scons/script/…/engine/SCons/Script/SConscript.py”, line 597: return _SConscript(self.fs, *files, **subst_kw) File “/root/.platformio/packages/tool-scons/script/…/engine/SCons/Script/SConscript.py”, line 286: exec(compile(scriptdata, scriptname, ‘exec’), call_stack[-1].globals) File “/root/.platformio/platforms/espressif8266/builder/main.py”, line 238: target_elf = env.BuildProgram() File “/root/.platformio/packages/tool-scons/script/…/engine/SCons/Environment.py”, line 219: return self.method(*nargs, **kwargs) File “/usr/local/lib/python3.6/dist-packages/platformio/builder/tools/platformio.py”, line 62: env.ProcessProjectDeps() File “/root/.platformio/packages/tool-scons/script/…/engine/SCons/Environment.py”, line 219: return self.method(*nargs, **kwargs) File “/usr/local/lib/python3.6/dist-packages/platformio/builder/tools/platformio.py”, line 131: project_lib_builder = env.ConfigureProjectLibBuilder() File “/root/.platformio/packages/tool-scons/script/…/engine/SCons/Environment.py”, line 219: return self.method(*nargs, **kwargs) File “/usr/local/lib/python3.6/dist-packages/platformio/builder/tools/piolib.py”, line 1036: project.install_dependencies() File “/usr/local/lib/python3.6/dist-packages/platformio/builder/tools/piolib.py”, line 868: lm.install(uri) File “/usr/local/lib/python3.6/dist-packages/platformio/managers/lib.py”, line 281: force=force, File “/usr/local/lib/python3.6/dist-packages/platformio/managers/package.py”, line 704: pkg_dir = self._install_from_piorepo(name, requirements) File “/usr/local/lib/python3.6/dist-packages/platformio/managers/lib.py”, line 119: requirements or “latest”, util.get_systype() ========================== [FAILED] Took 1.95 seconds ==========================

help_outline DOWNLOAD BINARY STOP

Hi Jason,
welcome to the forum.
Please learn to format your log dump as code. This clutter is extremely hard to read. If you clean your posting up you will help those who will try to help you.

1 Like

The first thing I noticed is that you appear to use Python 3.6. The current minimum version required is 3.7.