Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on HA installation #3782

Closed
sdomotica opened this issue Sep 20, 2020 · 2 comments
Closed

Error on HA installation #3782

sdomotica opened this issue Sep 20, 2020 · 2 comments

Comments

@sdomotica
Copy link

sdomotica commented Sep 20, 2020

Creating a bug report/issue

Required Information

  • DietPi version
    G_DIETPI_VERSION_CORE=6
    G_DIETPI_VERSION_SUB=32
    G_DIETPI_VERSION_RC=2
    G_GITBRANCH='master'
    G_GITOWNER='MichaIng'

  • Kernel version
    Linux sdomotica 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux

  • SBC model
    RPi 3 Model B (armv7l)

Additional Information (if applicable)

  • Home Assistant (0.115.2)
  • freshly
  • Can this issue be replicated on a fresh installation of DietPi?
    yes

Extra details

Systemctl log attached. Click to expand!
pi@sdomotica:~$ sudo journalctl -f
-- Logs begin at Fri 2020-06-12 12:53:56 CEST. --
Sep 20 18:55:00 sdomotica usermod[13471]: add 'homeassistant' to group 'i2c'
Sep 20 18:55:00 sdomotica usermod[13471]: add 'homeassistant' to shadow group 'i2c'
Sep 20 18:55:07 sdomotica sudo[13528]:     root : TTY=pts/0 ; PWD=/tmp/DietPi-Software ; USER=homeassistant ; COMMAND=/bin/dash -c
                                       . /home/homeassistant/pyenv-activate.sh
                                       pyenv install 3.8.0
                                       pyenv local 3.8.0
                                       pip3 install -U pip wheel
                                       [ -z "" ] || pip3 install
                                       pip3 install homeassistant
Sep 20 18:55:07 sdomotica sudo[13528]: pam_unix(sudo:session): session opened for user homeassistant by pi(uid=0)
Sep 20 19:16:59 sdomotica homeassistant[27174]: 2020-09-20 19:16:59 ERROR (SyncWorker_2) [homeassistant.util.package] Unable to install package pillow==7.2.0: ERROR: Command errored out with exit status 1:
Sep 20 19:16:59 sdomotica homeassistant[27174]:    command: /home/homeassistant/.pyenv/versions/3.8.0/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0yp792vv/pillow/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0yp792vv/pillow/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-gmji82pf
Sep 20 19:16:59 sdomotica homeassistant[27174]:        cwd: /tmp/pip-install-0yp792vv/pillow/
Sep 20 19:16:59 sdomotica homeassistant[27174]:   Complete output (170 lines):
Sep 20 19:16:59 sdomotica homeassistant[27174]:   running bdist_wheel
Sep 20 19:16:59 sdomotica homeassistant[27174]:   running build
Sep 20 19:16:59 sdomotica homeassistant[27174]:   running build_py
Sep 20 19:16:59 sdomotica homeassistant[27174]:   creating build
Sep 20 19:16:59 sdomotica homeassistant[27174]:   creating build/lib.linux-armv7l-3.8
Sep 20 19:16:59 sdomotica homeassistant[27174]:   creating build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/features.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/_version.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/_util.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/_tkinter_finder.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/_binary.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/__main__.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/__init__.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/XpmImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/XbmImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/XVThumbImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/WmfImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/WebPImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/WalImageFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/TiffTags.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/TiffImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/TgaImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/TarIO.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/SunImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/SpiderImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/SgiImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/PyAccess.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/PsdImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/PpmImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/PngImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/PixarImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/PdfParser.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/PdfImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/PcxImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/PcfFontFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/PcdImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/PalmImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/PaletteFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/PSDraw.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/MspImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/MpoImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/MpegImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/MicImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/McIdasImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/JpegPresets.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/JpegImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/Jpeg2KImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/IptcImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImtImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageWin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageTransform.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageTk.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageStat.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageShow.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageSequence.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageQt.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImagePath.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImagePalette.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageOps.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageMorph.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageMode.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageMath.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageGrab.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageFont.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageFilter.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageEnhance.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageDraw2.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageDraw.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageColor.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageCms.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImageChops.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/Image.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ImImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/IcoImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/IcnsImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/Hdf5StubImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/GribStubImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/GimpPaletteFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/GimpGradientFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/GifImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/GdImageFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/GbrImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/FtexImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/FpxImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/FontFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/FliImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/FitsStubImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ExifTags.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/EpsImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/DdsImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/DcxImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/CurImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/ContainerIO.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/BufrStubImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/BmpImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/BlpImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   copying src/PIL/BdfFontFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:   running egg_info
Sep 20 19:16:59 sdomotica homeassistant[27174]:   writing src/Pillow.egg-info/PKG-INFO
Sep 20 19:16:59 sdomotica homeassistant[27174]:   writing dependency_links to src/Pillow.egg-info/dependency_links.txt
Sep 20 19:16:59 sdomotica homeassistant[27174]:   writing top-level names to src/Pillow.egg-info/top_level.txt
Sep 20 19:16:59 sdomotica homeassistant[27174]:   reading manifest file 'src/Pillow.egg-info/SOURCES.txt'
Sep 20 19:16:59 sdomotica homeassistant[27174]:   reading manifest template 'MANIFEST.in'
Sep 20 19:16:59 sdomotica homeassistant[27174]:   warning: no files found matching '*.c'
Sep 20 19:16:59 sdomotica homeassistant[27174]:   warning: no files found matching '*.h'
Sep 20 19:16:59 sdomotica homeassistant[27174]:   warning: no files found matching '*.sh'
Sep 20 19:16:59 sdomotica homeassistant[27174]:   warning: no previously-included files found matching '.appveyor.yml'
Sep 20 19:16:59 sdomotica homeassistant[27174]:   warning: no previously-included files found matching '.coveragerc'
Sep 20 19:16:59 sdomotica homeassistant[27174]:   warning: no previously-included files found matching '.editorconfig'
Sep 20 19:16:59 sdomotica homeassistant[27174]:   warning: no previously-included files found matching '.readthedocs.yml'
Sep 20 19:16:59 sdomotica homeassistant[27174]:   warning: no previously-included files found matching 'codecov.yml'
Sep 20 19:16:59 sdomotica homeassistant[27174]:   warning: no previously-included files matching '.git*' found anywhere in distribution
Sep 20 19:16:59 sdomotica homeassistant[27174]:   warning: no previously-included files matching '*.pyc' found anywhere in distribution
Sep 20 19:16:59 sdomotica homeassistant[27174]:   warning: no previously-included files matching '*.so' found anywhere in distribution
Sep 20 19:16:59 sdomotica homeassistant[27174]:   no previously-included directories found matching '.ci'
Sep 20 19:16:59 sdomotica homeassistant[27174]:   writing manifest file 'src/Pillow.egg-info/SOURCES.txt'
Sep 20 19:16:59 sdomotica homeassistant[27174]:   running build_ext
Sep 20 19:16:59 sdomotica homeassistant[27174]:
Sep 20 19:16:59 sdomotica homeassistant[27174]:   The headers or library files could not be found for jpeg,
Sep 20 19:16:59 sdomotica homeassistant[27174]:   a required dependency when compiling Pillow from source.
Sep 20 19:16:59 sdomotica homeassistant[27174]:
Sep 20 19:16:59 sdomotica homeassistant[27174]:   Please see the install instructions at:
Sep 20 19:16:59 sdomotica homeassistant[27174]:      https://pillow.readthedocs.io/en/latest/installation.html
Sep 20 19:16:59 sdomotica homeassistant[27174]:
Sep 20 19:16:59 sdomotica homeassistant[27174]:   Traceback (most recent call last):
Sep 20 19:16:59 sdomotica homeassistant[27174]:     File "/tmp/pip-install-0yp792vv/pillow/setup.py", line 864, in <module>
Sep 20 19:16:59 sdomotica homeassistant[27174]:       setup(
Sep 20 19:16:59 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/site-packages/setuptools/__init__.py", line 145, in setup
Sep 20 19:16:59 sdomotica homeassistant[27174]:       return distutils.core.setup(**attrs)
Sep 20 19:16:59 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/core.py", line 148, in setup
Sep 20 19:16:59 sdomotica homeassistant[27174]:       dist.run_commands()
Sep 20 19:16:59 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/dist.py", line 966, in run_commands
Sep 20 19:16:59 sdomotica homeassistant[27174]:       self.run_command(cmd)
Sep 20 19:16:59 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/dist.py", line 985, in run_command
Sep 20 19:16:59 sdomotica homeassistant[27174]:       cmd_obj.run()
Sep 20 19:16:59 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/site-packages/wheel/bdist_wheel.py", line 290, in run
Sep 20 19:16:59 sdomotica homeassistant[27174]:       self.run_command('build')
Sep 20 19:16:59 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/cmd.py", line 313, in run_command
Sep 20 19:16:59 sdomotica homeassistant[27174]:       self.distribution.run_command(command)
Sep 20 19:16:59 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/dist.py", line 985, in run_command
Sep 20 19:16:59 sdomotica homeassistant[27174]:       cmd_obj.run()
Sep 20 19:16:59 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/command/build.py", line 135, in run
Sep 20 19:16:59 sdomotica homeassistant[27174]:       self.run_command(cmd_name)
Sep 20 19:16:59 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/cmd.py", line 313, in run_command
Sep 20 19:16:59 sdomotica homeassistant[27174]:       self.distribution.run_command(command)
Sep 20 19:16:59 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/dist.py", line 985, in run_command
Sep 20 19:16:59 sdomotica homeassistant[27174]:       cmd_obj.run()
Sep 20 19:16:59 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/command/build_ext.py", line 340, in run
Sep 20 19:16:59 sdomotica homeassistant[27174]:       self.build_extensions()
Sep 20 19:16:59 sdomotica homeassistant[27174]:     File "/tmp/pip-install-0yp792vv/pillow/setup.py", line 694, in build_extensions
Sep 20 19:16:59 sdomotica homeassistant[27174]:       raise RequiredDependencyException(f)
Sep 20 19:16:59 sdomotica homeassistant[27174]:   __main__.RequiredDependencyException: jpeg
Sep 20 19:16:59 sdomotica homeassistant[27174]:
Sep 20 19:16:59 sdomotica homeassistant[27174]:   During handling of the above exception, another exception occurred:
Sep 20 19:16:59 sdomotica homeassistant[27174]:
Sep 20 19:16:59 sdomotica homeassistant[27174]:   Traceback (most recent call last):
Sep 20 19:16:59 sdomotica homeassistant[27174]:     File "<string>", line 1, in <module>
Sep 20 19:16:59 sdomotica homeassistant[27174]:     File "/tmp/pip-install-0yp792vv/pillow/setup.py", line 918, in <module>
Sep 20 19:16:59 sdomotica homeassistant[27174]:       raise RequiredDependencyException(msg)
Sep 20 19:16:59 sdomotica homeassistant[27174]:   __main__.RequiredDependencyException:
Sep 20 19:16:59 sdomotica homeassistant[27174]:
Sep 20 19:16:59 sdomotica homeassistant[27174]:   The headers or library files could not be found for jpeg,
Sep 20 19:16:59 sdomotica homeassistant[27174]:   a required dependency when compiling Pillow from source.
Sep 20 19:16:59 sdomotica homeassistant[27174]:
Sep 20 19:16:59 sdomotica homeassistant[27174]:   Please see the install instructions at:
Sep 20 19:16:59 sdomotica homeassistant[27174]:      https://pillow.readthedocs.io/en/latest/installation.html
Sep 20 19:16:59 sdomotica homeassistant[27174]:
Sep 20 19:16:59 sdomotica homeassistant[27174]:   ----------------------------------------
Sep 20 19:16:59 sdomotica homeassistant[27174]:   ERROR: Failed building wheel for pillow
Sep 20 19:16:59 sdomotica homeassistant[27174]:     ERROR: Command errored out with exit status 1:
Sep 20 19:16:59 sdomotica homeassistant[27174]:      command: /home/homeassistant/.pyenv/versions/3.8.0/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0yp792vv/pillow/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0yp792vv/pillow/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-z8vdm1ff/install-record.txt --single-version-externally-managed --prefix '' --user --prefix= --compile --install-headers /mnt/dietpi_userdata/homeassistant/deps/include/python3.8/pillow
Sep 20 19:16:59 sdomotica homeassistant[27174]:          cwd: /tmp/pip-install-0yp792vv/pillow/
Sep 20 19:16:59 sdomotica homeassistant[27174]:     Complete output (172 lines):
Sep 20 19:16:59 sdomotica homeassistant[27174]:     running install
Sep 20 19:16:59 sdomotica homeassistant[27174]:     running build
Sep 20 19:16:59 sdomotica homeassistant[27174]:     running build_py
Sep 20 19:16:59 sdomotica homeassistant[27174]:     creating build
Sep 20 19:16:59 sdomotica homeassistant[27174]:     creating build/lib.linux-armv7l-3.8
Sep 20 19:16:59 sdomotica homeassistant[27174]:     creating build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/features.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/_version.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/_util.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/_tkinter_finder.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/_binary.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/__main__.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/__init__.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/XpmImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/XbmImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/XVThumbImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/WmfImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/WebPImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/WalImageFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/TiffTags.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/TiffImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/TgaImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/TarIO.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/SunImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/SpiderImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/SgiImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/PyAccess.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/PsdImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/PpmImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/PngImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/PixarImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/PdfParser.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/PdfImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/PcxImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/PcfFontFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/PcdImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/PalmImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/PaletteFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/PSDraw.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/MspImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/MpoImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/MpegImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/MicImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/McIdasImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/JpegPresets.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/JpegImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/Jpeg2KImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/IptcImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImtImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageWin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageTransform.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageTk.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageStat.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageShow.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageSequence.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageQt.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImagePath.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImagePalette.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageOps.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageMorph.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageMode.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageMath.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageGrab.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageFont.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageFilter.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageEnhance.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageDraw2.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageDraw.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageColor.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageCms.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImageChops.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/Image.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ImImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/IcoImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/IcnsImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/Hdf5StubImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/GribStubImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/GimpPaletteFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/GimpGradientFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/GifImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/GdImageFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/GbrImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/FtexImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/FpxImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/FontFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/FliImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/FitsStubImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ExifTags.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/EpsImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/DdsImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/DcxImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/CurImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/ContainerIO.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/BufrStubImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/BmpImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/BlpImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     copying src/PIL/BdfFontFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:16:59 sdomotica homeassistant[27174]:     running egg_info
Sep 20 19:16:59 sdomotica homeassistant[27174]:     writing src/Pillow.egg-info/PKG-INFO
Sep 20 19:16:59 sdomotica homeassistant[27174]:     writing dependency_links to src/Pillow.egg-info/dependency_links.txt
Sep 20 19:16:59 sdomotica homeassistant[27174]:     writing top-level names to src/Pillow.egg-info/top_level.txt
Sep 20 19:16:59 sdomotica homeassistant[27174]:     reading manifest file 'src/Pillow.egg-info/SOURCES.txt'
Sep 20 19:16:59 sdomotica homeassistant[27174]:     reading manifest template 'MANIFEST.in'
Sep 20 19:16:59 sdomotica homeassistant[27174]:     warning: no files found matching '*.c'
Sep 20 19:16:59 sdomotica homeassistant[27174]:     warning: no files found matching '*.h'
Sep 20 19:16:59 sdomotica homeassistant[27174]:     warning: no files found matching '*.sh'
Sep 20 19:16:59 sdomotica homeassistant[27174]:     warning: no previously-included files found matching '.appveyor.yml'
Sep 20 19:16:59 sdomotica homeassistant[27174]:     warning: no previously-included files found matching '.coveragerc'
Sep 20 19:16:59 sdomotica homeassistant[27174]:     warning: no previously-included files found matching '.editorconfig'
Sep 20 19:16:59 sdomotica homeassistant[27174]:     warning: no previously-included files found matching '.readthedocs.yml'
Sep 20 19:16:59 sdomotica homeassistant[27174]:     warning: no previously-included files found matching 'codecov.yml'
Sep 20 19:16:59 sdomotica homeassistant[27174]:     warning: no previously-included files matching '.git*' found anywhere in distribution
Sep 20 19:16:59 sdomotica homeassistant[27174]:     warning: no previously-included files matching '*.pyc' found anywhere in distribution
Sep 20 19:16:59 sdomotica homeassistant[27174]:     warning: no previously-included files matching '*.so' found anywhere in distribution
Sep 20 19:16:59 sdomotica homeassistant[27174]:     no previously-included directories found matching '.ci'
Sep 20 19:16:59 sdomotica homeassistant[27174]:     writing manifest file 'src/Pillow.egg-info/SOURCES.txt'
Sep 20 19:16:59 sdomotica homeassistant[27174]:     running build_ext
Sep 20 19:16:59 sdomotica homeassistant[27174]:
Sep 20 19:16:59 sdomotica homeassistant[27174]:     The headers or library files could not be found for jpeg,
Sep 20 19:16:59 sdomotica homeassistant[27174]:     a required dependency when compiling Pillow from source.
Sep 20 19:16:59 sdomotica homeassistant[27174]:
Sep 20 19:16:59 sdomotica homeassistant[27174]:     Please see the install instructions at:
Sep 20 19:16:59 sdomotica homeassistant[27174]:        https://pillow.readthedocs.io/en/latest/installation.html
Sep 20 19:16:59 sdomotica homeassistant[27174]:
Sep 20 19:16:59 sdomotica homeassistant[27174]:     Traceback (most recent call last):
Sep 20 19:16:59 sdomotica homeassistant[27174]:       File "/tmp/pip-install-0yp792vv/pillow/setup.py", line 864, in <module>
Sep 20 19:16:59 sdomotica homeassistant[27174]:         setup(
Sep 20 19:16:59 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/site-packages/setuptools/__init__.py", line 145, in setup
Sep 20 19:16:59 sdomotica homeassistant[27174]:         return distutils.core.setup(**attrs)
Sep 20 19:16:59 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/core.py", line 148, in setup
Sep 20 19:16:59 sdomotica homeassistant[27174]:         dist.run_commands()
Sep 20 19:16:59 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/dist.py", line 966, in run_commands
Sep 20 19:16:59 sdomotica homeassistant[27174]:         self.run_command(cmd)
Sep 20 19:16:59 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/dist.py", line 985, in run_command
Sep 20 19:16:59 sdomotica homeassistant[27174]:         cmd_obj.run()
Sep 20 19:16:59 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/site-packages/setuptools/command/install.py", line 61, in run
Sep 20 19:16:59 sdomotica homeassistant[27174]:         return orig.install.run(self)
Sep 20 19:16:59 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/command/install.py", line 545, in run
Sep 20 19:16:59 sdomotica homeassistant[27174]:         self.run_command('build')
Sep 20 19:16:59 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/cmd.py", line 313, in run_command
Sep 20 19:16:59 sdomotica homeassistant[27174]:         self.distribution.run_command(command)
Sep 20 19:16:59 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/dist.py", line 985, in run_command
Sep 20 19:16:59 sdomotica homeassistant[27174]:         cmd_obj.run()
Sep 20 19:16:59 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/command/build.py", line 135, in run
Sep 20 19:16:59 sdomotica homeassistant[27174]:         self.run_command(cmd_name)
Sep 20 19:16:59 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/cmd.py", line 313, in run_command
Sep 20 19:16:59 sdomotica homeassistant[27174]:         self.distribution.run_command(command)
Sep 20 19:16:59 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/dist.py", line 985, in run_command
Sep 20 19:16:59 sdomotica homeassistant[27174]:         cmd_obj.run()
Sep 20 19:16:59 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/command/build_ext.py", line 340, in run
Sep 20 19:16:59 sdomotica homeassistant[27174]:         self.build_extensions()
Sep 20 19:16:59 sdomotica homeassistant[27174]:       File "/tmp/pip-install-0yp792vv/pillow/setup.py", line 694, in build_extensions
Sep 20 19:16:59 sdomotica homeassistant[27174]:         raise RequiredDependencyException(f)
Sep 20 19:16:59 sdomotica homeassistant[27174]:     __main__.RequiredDependencyException: jpeg
Sep 20 19:16:59 sdomotica homeassistant[27174]:
Sep 20 19:16:59 sdomotica homeassistant[27174]:     During handling of the above exception, another exception occurred:
Sep 20 19:16:59 sdomotica homeassistant[27174]:
Sep 20 19:16:59 sdomotica homeassistant[27174]:     Traceback (most recent call last):
Sep 20 19:16:59 sdomotica homeassistant[27174]:       File "<string>", line 1, in <module>
Sep 20 19:16:59 sdomotica homeassistant[27174]:       File "/tmp/pip-install-0yp792vv/pillow/setup.py", line 918, in <module>
Sep 20 19:16:59 sdomotica homeassistant[27174]:         raise RequiredDependencyException(msg)
Sep 20 19:16:59 sdomotica homeassistant[27174]:     __main__.RequiredDependencyException:
Sep 20 19:16:59 sdomotica homeassistant[27174]:
Sep 20 19:16:59 sdomotica homeassistant[27174]:     The headers or library files could not be found for jpeg,
Sep 20 19:16:59 sdomotica homeassistant[27174]:     a required dependency when compiling Pillow from source.
Sep 20 19:16:59 sdomotica homeassistant[27174]:
Sep 20 19:16:59 sdomotica homeassistant[27174]:     Please see the install instructions at:
Sep 20 19:16:59 sdomotica homeassistant[27174]:        https://pillow.readthedocs.io/en/latest/installation.html
Sep 20 19:16:59 sdomotica homeassistant[27174]:
Sep 20 19:16:59 sdomotica homeassistant[27174]:     ----------------------------------------
Sep 20 19:16:59 sdomotica homeassistant[27174]: ERROR: Command errored out with exit status 1: /home/homeassistant/.pyenv/versions/3.8.0/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0yp792vv/pillow/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0yp792vv/pillow/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-z8vdm1ff/install-record.txt --single-version-externally-managed --prefix '' --user --prefix= --compile --install-headers /mnt/dietpi_userdata/homeassistant/deps/include/python3.8/pillow Check the logs for full command output.
Sep 20 19:16:59 sdomotica homeassistant[27174]: 2020-09-20 19:16:59 ERROR (MainThread) [homeassistant.setup] Setup failed for image: Requirements for image not found: ['pillow==7.2.0'].
Sep 20 19:16:59 sdomotica homeassistant[27174]: 2020-09-20 19:16:59 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of person. Setup failed for dependencies: image
Sep 20 19:16:59 sdomotica homeassistant[27174]: 2020-09-20 19:16:59 ERROR (MainThread) [homeassistant.setup] Setup failed for person: Could not set up all dependencies.
Sep 20 19:16:59 sdomotica homeassistant[27174]: 2020-09-20 19:16:59 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of onboarding. Setup failed for dependencies: person
Sep 20 19:16:59 sdomotica homeassistant[27174]: 2020-09-20 19:16:59 ERROR (MainThread) [homeassistant.setup] Setup failed for onboarding: Could not set up all dependencies.
Sep 20 19:16:59 sdomotica homeassistant[27174]: 2020-09-20 19:16:59 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: onboarding
Sep 20 19:16:59 sdomotica homeassistant[27174]: 2020-09-20 19:16:59 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not set up all dependencies.
Sep 20 19:17:01 sdomotica CRON[27361]: pam_unix(cron:session): session opened for user root by (uid=0)
Sep 20 19:17:01 sdomotica CRON[27365]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Sep 20 19:17:01 sdomotica CRON[27361]: pam_unix(cron:session): session closed for user root
Sep 20 19:17:41 sdomotica homeassistant[27174]: 2020-09-20 19:17:41 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: frontend
Sep 20 19:17:41 sdomotica homeassistant[27174]: 2020-09-20 19:17:41 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not set up all dependencies.
Sep 20 19:17:41 sdomotica homeassistant[27174]: 2020-09-20 19:17:41 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of map. Setup failed for dependencies: frontend
Sep 20 19:17:41 sdomotica homeassistant[27174]: 2020-09-20 19:17:41 ERROR (MainThread) [homeassistant.setup] Setup failed for map: Could not set up all dependencies.
Sep 20 19:17:41 sdomotica homeassistant[27174]: 2020-09-20 19:17:41 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of mobile_app. Setup failed for dependencies: person
Sep 20 19:17:41 sdomotica homeassistant[27174]: 2020-09-20 19:17:41 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Could not set up all dependencies.
Sep 20 19:18:01 sdomotica homeassistant[27174]: 2020-09-20 19:18:01 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: frontend, logbook, map, mobile_app, person
Sep 20 19:18:01 sdomotica homeassistant[27174]: 2020-09-20 19:18:01 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.
Sep 20 19:18:01 sdomotica homeassistant[27174]: 2020-09-20 19:18:01 WARNING (MainThread) [homeassistant.bootstrap] Detected that frontend did not load. Activating safe mode
Sep 20 19:18:25 sdomotica homeassistant[27174]: 2020-09-20 19:18:25 ERROR (SyncWorker_2) [homeassistant.util.package] Unable to install package pillow==7.2.0: ERROR: Command errored out with exit status 1:
Sep 20 19:18:25 sdomotica homeassistant[27174]:    command: /home/homeassistant/.pyenv/versions/3.8.0/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-8cxx099z/pillow/setup.py'"'"'; __file__='"'"'/tmp/pip-install-8cxx099z/pillow/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-yogb6n15
Sep 20 19:18:25 sdomotica homeassistant[27174]:        cwd: /tmp/pip-install-8cxx099z/pillow/
Sep 20 19:18:25 sdomotica homeassistant[27174]:   Complete output (170 lines):
Sep 20 19:18:25 sdomotica homeassistant[27174]:   running bdist_wheel
Sep 20 19:18:25 sdomotica homeassistant[27174]:   running build
Sep 20 19:18:25 sdomotica homeassistant[27174]:   running build_py
Sep 20 19:18:25 sdomotica homeassistant[27174]:   creating build
Sep 20 19:18:25 sdomotica homeassistant[27174]:   creating build/lib.linux-armv7l-3.8
Sep 20 19:18:25 sdomotica homeassistant[27174]:   creating build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/features.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/_version.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/_util.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/_tkinter_finder.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/_binary.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/__main__.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/__init__.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/XpmImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/XbmImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/XVThumbImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/WmfImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/WebPImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/WalImageFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/TiffTags.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/TiffImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/TgaImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/TarIO.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/SunImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/SpiderImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/SgiImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/PyAccess.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/PsdImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/PpmImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/PngImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/PixarImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/PdfParser.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/PdfImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/PcxImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/PcfFontFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/PcdImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/PalmImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/PaletteFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/PSDraw.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/MspImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/MpoImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/MpegImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/MicImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/McIdasImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/JpegPresets.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/JpegImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/Jpeg2KImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/IptcImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImtImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageWin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageTransform.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageTk.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageStat.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageShow.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageSequence.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageQt.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImagePath.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImagePalette.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageOps.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageMorph.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageMode.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageMath.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageGrab.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageFont.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageFilter.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageEnhance.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageDraw2.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageDraw.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageColor.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageCms.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImageChops.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/Image.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ImImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/IcoImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/IcnsImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/Hdf5StubImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/GribStubImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/GimpPaletteFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/GimpGradientFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/GifImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/GdImageFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/GbrImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/FtexImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/FpxImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/FontFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/FliImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/FitsStubImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ExifTags.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/EpsImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/DdsImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/DcxImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/CurImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/ContainerIO.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/BufrStubImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/BmpImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/BlpImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   copying src/PIL/BdfFontFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:   running egg_info
Sep 20 19:18:25 sdomotica homeassistant[27174]:   writing src/Pillow.egg-info/PKG-INFO
Sep 20 19:18:25 sdomotica homeassistant[27174]:   writing dependency_links to src/Pillow.egg-info/dependency_links.txt
Sep 20 19:18:25 sdomotica homeassistant[27174]:   writing top-level names to src/Pillow.egg-info/top_level.txt
Sep 20 19:18:25 sdomotica homeassistant[27174]:   reading manifest file 'src/Pillow.egg-info/SOURCES.txt'
Sep 20 19:18:25 sdomotica homeassistant[27174]:   reading manifest template 'MANIFEST.in'
Sep 20 19:18:25 sdomotica homeassistant[27174]:   warning: no files found matching '*.c'
Sep 20 19:18:25 sdomotica homeassistant[27174]:   warning: no files found matching '*.h'
Sep 20 19:18:25 sdomotica homeassistant[27174]:   warning: no files found matching '*.sh'
Sep 20 19:18:25 sdomotica homeassistant[27174]:   warning: no previously-included files found matching '.appveyor.yml'
Sep 20 19:18:25 sdomotica homeassistant[27174]:   warning: no previously-included files found matching '.coveragerc'
Sep 20 19:18:25 sdomotica homeassistant[27174]:   warning: no previously-included files found matching '.editorconfig'
Sep 20 19:18:25 sdomotica homeassistant[27174]:   warning: no previously-included files found matching '.readthedocs.yml'
Sep 20 19:18:25 sdomotica homeassistant[27174]:   warning: no previously-included files found matching 'codecov.yml'
Sep 20 19:18:25 sdomotica homeassistant[27174]:   warning: no previously-included files matching '.git*' found anywhere in distribution
Sep 20 19:18:25 sdomotica homeassistant[27174]:   warning: no previously-included files matching '*.pyc' found anywhere in distribution
Sep 20 19:18:25 sdomotica homeassistant[27174]:   warning: no previously-included files matching '*.so' found anywhere in distribution
Sep 20 19:18:25 sdomotica homeassistant[27174]:   no previously-included directories found matching '.ci'
Sep 20 19:18:25 sdomotica homeassistant[27174]:   writing manifest file 'src/Pillow.egg-info/SOURCES.txt'
Sep 20 19:18:25 sdomotica homeassistant[27174]:   running build_ext
Sep 20 19:18:25 sdomotica homeassistant[27174]:
Sep 20 19:18:25 sdomotica homeassistant[27174]:   The headers or library files could not be found for jpeg,
Sep 20 19:18:25 sdomotica homeassistant[27174]:   a required dependency when compiling Pillow from source.
Sep 20 19:18:25 sdomotica homeassistant[27174]:
Sep 20 19:18:25 sdomotica homeassistant[27174]:   Please see the install instructions at:
Sep 20 19:18:25 sdomotica homeassistant[27174]:      https://pillow.readthedocs.io/en/latest/installation.html
Sep 20 19:18:25 sdomotica homeassistant[27174]:
Sep 20 19:18:25 sdomotica homeassistant[27174]:   Traceback (most recent call last):
Sep 20 19:18:25 sdomotica homeassistant[27174]:     File "/tmp/pip-install-8cxx099z/pillow/setup.py", line 864, in <module>
Sep 20 19:18:25 sdomotica homeassistant[27174]:       setup(
Sep 20 19:18:25 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/site-packages/setuptools/__init__.py", line 145, in setup
Sep 20 19:18:25 sdomotica homeassistant[27174]:       return distutils.core.setup(**attrs)
Sep 20 19:18:25 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/core.py", line 148, in setup
Sep 20 19:18:25 sdomotica homeassistant[27174]:       dist.run_commands()
Sep 20 19:18:25 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/dist.py", line 966, in run_commands
Sep 20 19:18:25 sdomotica homeassistant[27174]:       self.run_command(cmd)
Sep 20 19:18:25 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/dist.py", line 985, in run_command
Sep 20 19:18:25 sdomotica homeassistant[27174]:       cmd_obj.run()
Sep 20 19:18:25 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/site-packages/wheel/bdist_wheel.py", line 290, in run
Sep 20 19:18:25 sdomotica homeassistant[27174]:       self.run_command('build')
Sep 20 19:18:25 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/cmd.py", line 313, in run_command
Sep 20 19:18:25 sdomotica homeassistant[27174]:       self.distribution.run_command(command)
Sep 20 19:18:25 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/dist.py", line 985, in run_command
Sep 20 19:18:25 sdomotica homeassistant[27174]:       cmd_obj.run()
Sep 20 19:18:25 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/command/build.py", line 135, in run
Sep 20 19:18:25 sdomotica homeassistant[27174]:       self.run_command(cmd_name)
Sep 20 19:18:25 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/cmd.py", line 313, in run_command
Sep 20 19:18:25 sdomotica homeassistant[27174]:       self.distribution.run_command(command)
Sep 20 19:18:25 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/dist.py", line 985, in run_command
Sep 20 19:18:25 sdomotica homeassistant[27174]:       cmd_obj.run()
Sep 20 19:18:25 sdomotica homeassistant[27174]:     File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/command/build_ext.py", line 340, in run
Sep 20 19:18:25 sdomotica homeassistant[27174]:       self.build_extensions()
Sep 20 19:18:25 sdomotica homeassistant[27174]:     File "/tmp/pip-install-8cxx099z/pillow/setup.py", line 694, in build_extensions
Sep 20 19:18:25 sdomotica homeassistant[27174]:       raise RequiredDependencyException(f)
Sep 20 19:18:25 sdomotica homeassistant[27174]:   __main__.RequiredDependencyException: jpeg
Sep 20 19:18:25 sdomotica homeassistant[27174]:
Sep 20 19:18:25 sdomotica homeassistant[27174]:   During handling of the above exception, another exception occurred:
Sep 20 19:18:25 sdomotica homeassistant[27174]:
Sep 20 19:18:25 sdomotica homeassistant[27174]:   Traceback (most recent call last):
Sep 20 19:18:25 sdomotica homeassistant[27174]:     File "<string>", line 1, in <module>
Sep 20 19:18:25 sdomotica homeassistant[27174]:     File "/tmp/pip-install-8cxx099z/pillow/setup.py", line 918, in <module>
Sep 20 19:18:25 sdomotica homeassistant[27174]:       raise RequiredDependencyException(msg)
Sep 20 19:18:25 sdomotica homeassistant[27174]:   __main__.RequiredDependencyException:
Sep 20 19:18:25 sdomotica homeassistant[27174]:
Sep 20 19:18:25 sdomotica homeassistant[27174]:   The headers or library files could not be found for jpeg,
Sep 20 19:18:25 sdomotica homeassistant[27174]:   a required dependency when compiling Pillow from source.
Sep 20 19:18:25 sdomotica homeassistant[27174]:
Sep 20 19:18:25 sdomotica homeassistant[27174]:   Please see the install instructions at:
Sep 20 19:18:25 sdomotica homeassistant[27174]:      https://pillow.readthedocs.io/en/latest/installation.html
Sep 20 19:18:25 sdomotica homeassistant[27174]:
Sep 20 19:18:25 sdomotica homeassistant[27174]:   ----------------------------------------
Sep 20 19:18:25 sdomotica homeassistant[27174]:   ERROR: Failed building wheel for pillow
Sep 20 19:18:25 sdomotica homeassistant[27174]:     ERROR: Command errored out with exit status 1:
Sep 20 19:18:25 sdomotica homeassistant[27174]:      command: /home/homeassistant/.pyenv/versions/3.8.0/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-8cxx099z/pillow/setup.py'"'"'; __file__='"'"'/tmp/pip-install-8cxx099z/pillow/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-d4a97x6f/install-record.txt --single-version-externally-managed --prefix '' --user --prefix= --compile --install-headers /mnt/dietpi_userdata/homeassistant/deps/include/python3.8/pillow
Sep 20 19:18:25 sdomotica homeassistant[27174]:          cwd: /tmp/pip-install-8cxx099z/pillow/
Sep 20 19:18:25 sdomotica homeassistant[27174]:     Complete output (172 lines):
Sep 20 19:18:25 sdomotica homeassistant[27174]:     running install
Sep 20 19:18:25 sdomotica homeassistant[27174]:     running build
Sep 20 19:18:25 sdomotica homeassistant[27174]:     running build_py
Sep 20 19:18:25 sdomotica homeassistant[27174]:     creating build
Sep 20 19:18:25 sdomotica homeassistant[27174]:     creating build/lib.linux-armv7l-3.8
Sep 20 19:18:25 sdomotica homeassistant[27174]:     creating build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/features.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/_version.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/_util.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/_tkinter_finder.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/_binary.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/__main__.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/__init__.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/XpmImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/XbmImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/XVThumbImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/WmfImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/WebPImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/WalImageFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/TiffTags.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/TiffImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/TgaImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/TarIO.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/SunImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/SpiderImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/SgiImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/PyAccess.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/PsdImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/PpmImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/PngImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/PixarImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/PdfParser.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/PdfImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/PcxImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/PcfFontFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/PcdImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/PalmImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/PaletteFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/PSDraw.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/MspImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/MpoImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/MpegImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/MicImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/McIdasImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/JpegPresets.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/JpegImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/Jpeg2KImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/IptcImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImtImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageWin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageTransform.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageTk.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageStat.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageShow.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageSequence.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageQt.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImagePath.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImagePalette.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageOps.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageMorph.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageMode.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageMath.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageGrab.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageFont.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageFilter.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageEnhance.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageDraw2.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageDraw.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageColor.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageCms.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImageChops.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/Image.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ImImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/IcoImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/IcnsImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/Hdf5StubImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/GribStubImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/GimpPaletteFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/GimpGradientFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/GifImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/GdImageFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/GbrImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/FtexImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/FpxImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/FontFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/FliImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/FitsStubImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ExifTags.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/EpsImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/DdsImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/DcxImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/CurImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/ContainerIO.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/BufrStubImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/BmpImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/BlpImagePlugin.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     copying src/PIL/BdfFontFile.py -> build/lib.linux-armv7l-3.8/PIL
Sep 20 19:18:25 sdomotica homeassistant[27174]:     running egg_info
Sep 20 19:18:25 sdomotica homeassistant[27174]:     writing src/Pillow.egg-info/PKG-INFO
Sep 20 19:18:25 sdomotica homeassistant[27174]:     writing dependency_links to src/Pillow.egg-info/dependency_links.txt
Sep 20 19:18:25 sdomotica homeassistant[27174]:     writing top-level names to src/Pillow.egg-info/top_level.txt
Sep 20 19:18:25 sdomotica homeassistant[27174]:     reading manifest file 'src/Pillow.egg-info/SOURCES.txt'
Sep 20 19:18:25 sdomotica homeassistant[27174]:     reading manifest template 'MANIFEST.in'
Sep 20 19:18:25 sdomotica homeassistant[27174]:     warning: no files found matching '*.c'
Sep 20 19:18:25 sdomotica homeassistant[27174]:     warning: no files found matching '*.h'
Sep 20 19:18:25 sdomotica homeassistant[27174]:     warning: no files found matching '*.sh'
Sep 20 19:18:25 sdomotica homeassistant[27174]:     warning: no previously-included files found matching '.appveyor.yml'
Sep 20 19:18:25 sdomotica homeassistant[27174]:     warning: no previously-included files found matching '.coveragerc'
Sep 20 19:18:25 sdomotica homeassistant[27174]:     warning: no previously-included files found matching '.editorconfig'
Sep 20 19:18:25 sdomotica homeassistant[27174]:     warning: no previously-included files found matching '.readthedocs.yml'
Sep 20 19:18:25 sdomotica homeassistant[27174]:     warning: no previously-included files found matching 'codecov.yml'
Sep 20 19:18:25 sdomotica homeassistant[27174]:     warning: no previously-included files matching '.git*' found anywhere in distribution
Sep 20 19:18:25 sdomotica homeassistant[27174]:     warning: no previously-included files matching '*.pyc' found anywhere in distribution
Sep 20 19:18:25 sdomotica homeassistant[27174]:     warning: no previously-included files matching '*.so' found anywhere in distribution
Sep 20 19:18:25 sdomotica homeassistant[27174]:     no previously-included directories found matching '.ci'
Sep 20 19:18:25 sdomotica homeassistant[27174]:     writing manifest file 'src/Pillow.egg-info/SOURCES.txt'
Sep 20 19:18:25 sdomotica homeassistant[27174]:     running build_ext
Sep 20 19:18:25 sdomotica homeassistant[27174]:
Sep 20 19:18:25 sdomotica homeassistant[27174]:     The headers or library files could not be found for jpeg,
Sep 20 19:18:25 sdomotica homeassistant[27174]:     a required dependency when compiling Pillow from source.
Sep 20 19:18:25 sdomotica homeassistant[27174]:
Sep 20 19:18:25 sdomotica homeassistant[27174]:     Please see the install instructions at:
Sep 20 19:18:25 sdomotica homeassistant[27174]:        https://pillow.readthedocs.io/en/latest/installation.html
Sep 20 19:18:25 sdomotica homeassistant[27174]:
Sep 20 19:18:25 sdomotica homeassistant[27174]:     Traceback (most recent call last):
Sep 20 19:18:25 sdomotica homeassistant[27174]:       File "/tmp/pip-install-8cxx099z/pillow/setup.py", line 864, in <module>
Sep 20 19:18:25 sdomotica homeassistant[27174]:         setup(
Sep 20 19:18:25 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/site-packages/setuptools/__init__.py", line 145, in setup
Sep 20 19:18:25 sdomotica homeassistant[27174]:         return distutils.core.setup(**attrs)
Sep 20 19:18:25 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/core.py", line 148, in setup
Sep 20 19:18:25 sdomotica homeassistant[27174]:         dist.run_commands()
Sep 20 19:18:25 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/dist.py", line 966, in run_commands
Sep 20 19:18:25 sdomotica homeassistant[27174]:         self.run_command(cmd)
Sep 20 19:18:25 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/dist.py", line 985, in run_command
Sep 20 19:18:25 sdomotica homeassistant[27174]:         cmd_obj.run()
Sep 20 19:18:25 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/site-packages/setuptools/command/install.py", line 61, in run
Sep 20 19:18:25 sdomotica homeassistant[27174]:         return orig.install.run(self)
Sep 20 19:18:25 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/command/install.py", line 545, in run
Sep 20 19:18:25 sdomotica homeassistant[27174]:         self.run_command('build')
Sep 20 19:18:25 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/cmd.py", line 313, in run_command
Sep 20 19:18:25 sdomotica homeassistant[27174]:         self.distribution.run_command(command)
Sep 20 19:18:25 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/dist.py", line 985, in run_command
Sep 20 19:18:25 sdomotica homeassistant[27174]:         cmd_obj.run()
Sep 20 19:18:25 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/command/build.py", line 135, in run
Sep 20 19:18:25 sdomotica homeassistant[27174]:         self.run_command(cmd_name)
Sep 20 19:18:25 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/cmd.py", line 313, in run_command
Sep 20 19:18:25 sdomotica homeassistant[27174]:         self.distribution.run_command(command)
Sep 20 19:18:25 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/dist.py", line 985, in run_command
Sep 20 19:18:25 sdomotica homeassistant[27174]:         cmd_obj.run()
Sep 20 19:18:25 sdomotica homeassistant[27174]:       File "/home/homeassistant/.pyenv/versions/3.8.0/lib/python3.8/distutils/command/build_ext.py", line 340, in run
Sep 20 19:18:25 sdomotica homeassistant[27174]:         self.build_extensions()
Sep 20 19:18:25 sdomotica homeassistant[27174]:       File "/tmp/pip-install-8cxx099z/pillow/setup.py", line 694, in build_extensions
Sep 20 19:18:25 sdomotica homeassistant[27174]:         raise RequiredDependencyException(f)
Sep 20 19:18:25 sdomotica homeassistant[27174]:     __main__.RequiredDependencyException: jpeg
Sep 20 19:18:25 sdomotica homeassistant[27174]:
Sep 20 19:18:25 sdomotica homeassistant[27174]:     During handling of the above exception, another exception occurred:
Sep 20 19:18:25 sdomotica homeassistant[27174]:
Sep 20 19:18:25 sdomotica homeassistant[27174]:     Traceback (most recent call last):
Sep 20 19:18:25 sdomotica homeassistant[27174]:       File "<string>", line 1, in <module>
Sep 20 19:18:25 sdomotica homeassistant[27174]:       File "/tmp/pip-install-8cxx099z/pillow/setup.py", line 918, in <module>
Sep 20 19:18:25 sdomotica homeassistant[27174]:         raise RequiredDependencyException(msg)
Sep 20 19:18:25 sdomotica homeassistant[27174]:     __main__.RequiredDependencyException:
Sep 20 19:18:25 sdomotica homeassistant[27174]:
Sep 20 19:18:25 sdomotica homeassistant[27174]:     The headers or library files could not be found for jpeg,
Sep 20 19:18:25 sdomotica homeassistant[27174]:     a required dependency when compiling Pillow from source.
Sep 20 19:18:25 sdomotica homeassistant[27174]:
Sep 20 19:18:25 sdomotica homeassistant[27174]:     Please see the install instructions at:
Sep 20 19:18:25 sdomotica homeassistant[27174]:        https://pillow.readthedocs.io/en/latest/installation.html
Sep 20 19:18:25 sdomotica homeassistant[27174]:
Sep 20 19:18:25 sdomotica homeassistant[27174]:     ----------------------------------------
Sep 20 19:18:25 sdomotica homeassistant[27174]: ERROR: Command errored out with exit status 1: /home/homeassistant/.pyenv/versions/3.8.0/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-8cxx099z/pillow/setup.py'"'"'; __file__='"'"'/tmp/pip-install-8cxx099z/pillow/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-d4a97x6f/install-record.txt --single-version-externally-managed --prefix '' --user --prefix= --compile --install-headers /mnt/dietpi_userdata/homeassistant/deps/include/python3.8/pillow Check the logs for full command output.
Sep 20 19:18:25 sdomotica homeassistant[27174]: 2020-09-20 19:18:25 ERROR (MainThread) [homeassistant.setup] Setup failed for image: Requirements for image not found: ['pillow==7.2.0'].
Sep 20 19:18:25 sdomotica homeassistant[27174]: 2020-09-20 19:18:25 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of person. Setup failed for dependencies: image
Sep 20 19:18:25 sdomotica homeassistant[27174]: 2020-09-20 19:18:25 ERROR (MainThread) [homeassistant.setup] Setup failed for person: Could not set up all dependencies.
Sep 20 19:18:25 sdomotica homeassistant[27174]: 2020-09-20 19:18:25 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of onboarding. Setup failed for dependencies: person
Sep 20 19:18:25 sdomotica homeassistant[27174]: 2020-09-20 19:18:25 ERROR (MainThread) [homeassistant.setup] Setup failed for onboarding: Could not set up all dependencies.
Sep 20 19:18:25 sdomotica homeassistant[27174]: 2020-09-20 19:18:25 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: onboarding
Sep 20 19:18:25 sdomotica homeassistant[27174]: 2020-09-20 19:18:25 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not set up all dependencies.
Sep 20 19:18:25 sdomotica homeassistant[27174]: 2020-09-20 19:18:25 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of safe_mode. Setup failed for dependencies: frontend
Sep 20 19:18:25 sdomotica homeassistant[27174]: 2020-09-20 19:18:25 ERROR (MainThread) [homeassistant.setup] Setup failed for safe_mode: Could not set up all dependencies.
@Joulinar
Copy link
Collaborator

Joulinar commented Sep 20, 2020

Hi,

many thanks for your report. Basically already known. At least you have following error:

Sep 20 19:16:59 sdomotica homeassistant[27174]:     The headers or library files could not be found for jpeg,
Sep 20 19:16:59 sdomotica homeassistant[27174]:     a required dependency when compiling Pillow from source.
Sep 20 19:16:59 sdomotica homeassistant[27174]:     main.RequiredDependencyException: jpeg

this might fit to #3781 and you are missing libjpeg-dev package.

pls can you try apt install libjpeg-dev and restart installation afterwards. Or did the installationg fininished? If yes, a HA service restart should be sufficiant.

@sdomotica
Copy link
Author

I do these
sudo apt install libjpeg-dev
sudo dietpi-software reinstall 157
and solved.
Thank you so much
Sandro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants