computergeek1507 / fpp-plugin-tplink

MIT License
5 stars 1 forks source link

Error installing on brand new 8.2 #14

Open joeharrison714 opened 1 month ago

joeharrison714 commented 1 month ago

Getting the following error on new 8.2 image (Pi)

   aiohttp/_websocket.c:16:10: fatal error: Python.h: No such file or directory
         16 | #include "Python.h"
            |          ^~~~~~~~~~
      compilation terminated.
      error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for aiohttp
Failed to build aiohttp
ERROR: Could not build wheels for aiohttp, which is required to install pyproject.toml-based projects

image

Any ideas?

computergeek1507 commented 3 weeks ago

can you try again with 8.3?

joeharrison714 commented 1 week ago

yes its working now, thank you!