Update ERROR for pillow 9.0.1

Hello,

I am using the addon “Check Home Assistant configuration” to check if I should update to the latest version.
I get an installation ERROR for pillow 9.0.1.
What is this?
How to solve this?
Should I try and update nonetheless?

I am on:
Version: core-2022.2.3
Host Operating System: Home Assistant OS 7.4
Supervisor Version: supervisor-2022.01.1
Docker Version: 20.10.9

Error Log:

INFO:homeassistant.util.package:Attempting install of colorlog==6.6.0
e[1mTesting configuration at /tmp/confige[0m
INFO:homeassistant.util.package:Attempting install of aiohttp_cors==0.7.0
INFO:homeassistant.util.package:Attempting install of sqlalchemy==1.4.27
INFO:homeassistant.util.package:Attempting install of pyhaversion==21.11.1
INFO:homeassistant.util.package:Attempting install of aiodns==3.0.0
INFO:homeassistant.util.package:Attempting install of paho-mqtt==1.6.1
INFO:homeassistant.util.package:Attempting install of jsonpath==0.82
INFO:homeassistant.util.package:Attempting install of xmltodict==0.12.0
INFO:homeassistant.util.package:Attempting install of psutil==5.8.0
INFO:homeassistant.util.package:Attempting install of python-mpd2==3.0.4
INFO:homeassistant.util.package:Attempting install of home-assistant-frontend==20220203.0
INFO:homeassistant.util.package:Attempting install of pillow==9.0.1
ERROR:homeassistant.util.package:Unable to install package pillow==9.0.1: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7547dac0>: Failed to establish a new connection: [Errno -3] Try again')': /simple/pillow/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7547d250>: Failed to establish a new connection: [Errno -3] Try again')': /simple/pillow/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x74e22a48>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x74e22b08>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x74e22bc8>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x74e22c88>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x74e22d48>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
  ERROR: Command errored out with exit status 1:
   command: /usr/local/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-njm_cng_/pillow/setup.py'"'"'; __file__='"'"'/tmp/pip-install-njm_cng_/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-2c7d14cn
       cwd: /tmp/pip-install-njm_cng_/pillow/
  Complete output (80 lines):
  running bdist_wheel
  running build
  running build_py
  running egg_info
  writing src/Pillow.egg-info/PKG-INFO
  writing dependency_links to src/Pillow.egg-info/dependency_links.txt
  writing top-level names to src/Pillow.egg-info/top_level.txt
  reading manifest file 'src/Pillow.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no files found matching '*.c'
  warning: no files found matching '*.h'
  warning: no files found matching '*.sh'
  warning: no previously-included files found matching '.appveyor.yml'
  warning: no previously-included files found matching '.clang-format'
  warning: no previously-included files found matching '.coveragerc'
  warning: no previously-included files found matching '.editorconfig'
  warning: no previously-included files found matching '.readthedocs.yml'
  warning: no previously-included files found matching 'codecov.yml'
  warning: no previously-included files matching '.git*' found anywhere in distribution
  warning: no previously-included files matching '*.pyc' found anywhere in distribution
  warning: no previously-included files matching '*.so' found anywhere in distribution
  no previously-included directories found matching '.ci'
  adding license file 'LICENSE'
  running build_ext
  
  
  The headers or library files could not be found for zlib,
  a required dependency when compiling Pillow from source.
  
  Please see the install instructions at:
     https://pillow.readthedocs.io/en/latest/installation.html
  
  Traceback (most recent call last):
    File "/tmp/pip-install-njm_cng_/pillow/setup.py", line 989, in <module>
      setup(
    File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 155, in setup
      return distutils.core.setup(**attrs)
    File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 148, in setup
      return run_commands(dist)
    File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 163, in run_commands
      dist.run_commands()
    File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 967, in run_commands
      self.run_command(cmd)
    File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 986, in run_command
      cmd_obj.run()
    File "/usr/local/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 299, in run
      self.run_command('build')
    File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 986, in run_command
      cmd_obj.run()
    File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/command/build.py", line 135, in run
      self.run_command(cmd_name)
    File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 986, in run_command
      cmd_obj.run()
    File "/usr/local/lib/python3.9/site-packages/setuptools/command/build_ext.py", line 79, in run
      _build_ext.run(self)
    File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/command/build_ext.py", line 339, in run
      self.build_extensions()
    File "/tmp/pip-install-njm_cng_/pillow/setup.py", line 804, in build_extensions
      raise RequiredDependencyException(f)
  __main__.RequiredDependencyException: zlib
  
  During handling of the above exception, another exception occurred:
  
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/tmp/pip-install-njm_cng_/pillow/setup.py", line 1009, in <module>
      raise RequiredDependencyException(msg)
  __main__.RequiredDependencyException:
  
  The headers or library files could not be found for zlib,
  a required dependency when compiling Pillow from source.
  
  Please see the install instructions at:
     https://pillow.readthedocs.io/en/latest/installation.html
  
  
  ----------------------------------------
  ERROR: Failed building wheel for pillow
    ERROR: Command errored out with exit status 1:
     command: /usr/local/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-njm_cng_/pillow/setup.py'"'"'; __file__='"'"'/tmp/pip-install-njm_cng_/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-un60_l39/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.9/pillow
         cwd: /tmp/pip-install-njm_cng_/pillow/
    Complete output (84 lines):
    running install
    /usr/local/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
      warnings.warn(
    running build
    running build_py
    running egg_info
    writing src/Pillow.egg-info/PKG-INFO
    writing dependency_links to src/Pillow.egg-info/dependency_links.txt
    writing top-level names to src/Pillow.egg-info/top_level.txt
    reading manifest file 'src/Pillow.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no files found matching '*.c'
    warning: no files found matching '*.h'
    warning: no files found matching '*.sh'
    warning: no previously-included files found matching '.appveyor.yml'
    warning: no previously-included files found matching '.clang-format'
    warning: no previously-included files found matching '.coveragerc'
    warning: no previously-included files found matching '.editorconfig'
    warning: no previously-included files found matching '.readthedocs.yml'
    warning: no previously-included files found matching 'codecov.yml'
    warning: no previously-included files matching '.git*' found anywhere in distribution
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*.so' found anywhere in distribution
    no previously-included directories found matching '.ci'
    adding license file 'LICENSE'
    running build_ext
    
    
    The headers or library files could not be found for zlib,
    a required dependency when compiling Pillow from source.
    
    Please see the install instructions at:
       https://pillow.readthedocs.io/en/latest/installation.html
    
    Traceback (most recent call last):
      File "/tmp/pip-install-njm_cng_/pillow/setup.py", line 989, in <module>
        setup(
      File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 155, in setup
        return distutils.core.setup(**attrs)
      File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 148, in setup
        return run_commands(dist)
      File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 163, in run_commands
        dist.run_commands()
      File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 967, in run_commands
        self.run_command(cmd)
      File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 986, in run_command
        cmd_obj.run()
      File "/usr/local/lib/python3.9/site-packages/setuptools/command/install.py", line 68, in run
        return orig.install.run(self)
      File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/command/install.py", line 670, in run
        self.run_command('build')
      File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 986, in run_command
        cmd_obj.run()
      File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/command/build.py", line 135, in run
        self.run_command(cmd_name)
      File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 986, in run_command
        cmd_obj.run()
      File "/usr/local/lib/python3.9/site-packages/setuptools/command/build_ext.py", line 79, in run
        _build_ext.run(self)
      File "/usr/local/lib/python3.9/site-packages/setuptools/_distutils/command/build_ext.py", line 339, in run
        self.build_extensions()
      File "/tmp/pip-install-njm_cng_/pillow/setup.py", line 804, in build_extensions
        raise RequiredDependencyException(f)
    __main__.RequiredDependencyException: zlib
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-njm_cng_/pillow/setup.py", line 1009, in <module>
        raise RequiredDependencyException(msg)
    __main__.RequiredDependencyException:
    
    The headers or library files could not be found for zlib,
    a required dependency when compiling Pillow from source.
    
    Please see the install instructions at:
       https://pillow.readthedocs.io/en/latest/installation.html
    
    
    ----------------------------------------
ERROR: Command errored out with exit status 1: /usr/local/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-njm_cng_/pillow/setup.py'"'"'; __file__='"'"'/tmp/pip-install-njm_cng_/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-un60_l39/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.9/pillow Check the logs for full command output.
INFO:homeassistant.util.package:Attempting install of pillow==9.0.1
ERROR:homeassistant.util.package:Unable to install package pillow==9.0.1: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x754b72c8>: Failed to establish a new connection: [Errno -3] Try again')': /simple/pillow/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x754b7ef8>: Failed to establish a new connection: [Errno -3] Try again')': /simple/pillow/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x754b7fa0>: Failed to establish a new connection: [Errno -3] Try again')': /simple/pillow/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x74e5ca48>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x74e5cb08>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x74e5cbc8>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x74e5cc88>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x74e5cd48>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x74e5cc40>: Failed to establish a new connection: [Errno -3] Try again')': /packages/03/a3/f61a9a7ff7969cdef2a6e0383a346eb327495d20d25a2de5a088dbb543a6/Pillow-9.0.1.tar.gz
  WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x74e5ca48>: Failed to establish a new connection: [Errno -3] Try again')': /packages/03/a3/f61a9a7ff7969cdef2a6e0383a346eb327495d20d25a2de5a088dbb543a6/Pillow-9.0.1.tar.gz
  WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x74e5c880>: Failed to establish a new connection: [Errno -3] Try again')': /packages/03/a3/f61a9a7ff7969cdef2a6e0383a346eb327495d20d25a2de5a088dbb543a6/Pillow-9.0.1.tar.gz
  WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x74e5cf40>: Failed to establish a new connection: [Errno -3] Try again')': /packages/03/a3/f61a9a7ff7969cdef2a6e0383a346eb327495d20d25a2de5a088dbb543a6/Pillow-9.0.1.tar.gz
  WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x74e5cfe8>: Failed to establish a new connection: [Errno -3] Try again')': /packages/03/a3/f61a9a7ff7969cdef2a6e0383a346eb327495d20d25a2de5a088dbb543a6/Pillow-9.0.1.tar.gz
ERROR: Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/03/a3/f61a9a7ff7969cdef2a6e0383a346eb327495d20d25a2de5a088dbb543a6/Pillow-9.0.1.tar.gz (Caused by NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x74e6d0b8>: Failed to establish a new connection: [Errno -3] Try again'))
INFO:homeassistant.util.package:Attempting install of pillow==9.0.1
ERROR:homeassistant.util.package:Unable to install package pillow==9.0.1: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x75494ac0>: Failed to establish a new connection: [Errno -3] Try again')': /simple/pillow/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x75494250>: Failed to establish a new connection: [Errno -3] Try again')': /simple/pillow/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x75494dd8>: Failed to establish a new connection: [Errno -3] Try again')': /simple/pillow/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x754949a0>: Failed to establish a new connection: [Errno -3] Try again')': /simple/pillow/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x754943e8>: Failed to establish a new connection: [Errno -3] Try again')': /simple/pillow/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x75494310>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x75494400>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x75494a78>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x754c1910>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x75494970>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
ERROR: Could not find a version that satisfies the requirement pillow==9.0.1 (from -c /usr/local/lib/python3.9/site-packages/homeassistant/package_constraints.txt (line 23)) (from versions: none)
ERROR: No matching distribution found for pillow==9.0.1 (from -c /usr/local/lib/python3.9/site-packages/homeassistant/package_constraints.txt (line 23))
INFO:homeassistant.util.package:Attempting install of python-telegram-bot==13.1
INFO:homeassistant.util.package:Attempting install of PySocks==1.7.1
ERROR:homeassistant.util.package:Unable to install package PySocks==1.7.1: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x753f9250>: Failed to establish a new connection: [Errno -3] Try again')': /simple/pysocks/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x753f9520>: Failed to establish a new connection: [Errno -3] Try again')': /simple/pysocks/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x753f93d0>: Failed to establish a new connection: [Errno -3] Try again')': /simple/pysocks/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x753f9dc0>: Failed to establish a new connection: [Errno -3] Try again')': /simple/pysocks/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x753f9b68>: Failed to establish a new connection: [Errno -3] Try again')': /simple/pysocks/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x753f9268>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x753f9e68>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x75469a18>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x75469c88>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x753f9dd8>: Failed to establish a new connection: [Errno -3] Try again')': /alpine-3.14/armv7/
ERROR: Could not find a version that satisfies the requirement PySocks==1.7.1 (from versions: none)
ERROR: No matching distribution found for PySocks==1.7.1
INFO:homeassistant.util.package:Attempting install of PySocks==1.7.1
INFO:homeassistant.util.package:Attempting install of mutagen==1.45.1
INFO:homeassistant.util.package:Attempting install of gTTS==2.2.3
INFO:homeassistant.util.package:Attempting install of influxdb==5.3.1
INFO:homeassistant.util.package:Attempting install of influxdb-client==1.24.0
INFO:homeassistant.util.package:Attempting install of HAP-python==4.4.0
INFO:homeassistant.util.package:Attempting install of fnvhash==0.1.0
INFO:homeassistant.util.package:Attempting install of PyQRCode==1.2.1
INFO:homeassistant.util.package:Attempting install of base36==0.1.1
INFO:homeassistant.util.package:Attempting install of ha-ffmpeg==3.0.2
INFO:homeassistant.util.package:Attempting install of PyTurboJPEG==1.6.5
INFO:homeassistant.requirements:Multiple attempts to install pillow==9.0.1 failed, install will be retried after next configuration check or restart
INFO:homeassistant.util.package:Attempting install of fastdotcom==0.0.3
INFO:homeassistant.util.package:Attempting install of RPi.GPIO==0.7.1a4
INFO:homeassistant.requirements:Multiple attempts to install pillow==9.0.1 failed, install will be retried after next configuration check or restart
INFO:homeassistant.util.package:Attempting install of av==8.1.0
INFO:homeassistant.requirements:Multiple attempts to install pillow==9.0.1 failed, install will be retried after next configuration check or restart
INFO:homeassistant.util.package:Attempting install of huawei-lte-api==1.4.18
INFO:homeassistant.util.package:Attempting install of stringcase==1.2.0
INFO:homeassistant.util.package:Attempting install of url-normalize==1.4.1
INFO:homeassistant.util.package:Attempting install of async-upnp-client==0.23.4
INFO:homeassistant.util.package:Attempting install of watchdog==2.1.6
e[1;37mFailed confige[0m
  e[1;31mGeneral Errors:e[0m e[31me[31m
    - Integration error: logbook - Requirements for image not found: ['pillow==9.0.1'].
    - Integration error: frontend - Requirements for image not found: ['pillow==9.0.1'].
    - Integration error: panel_iframe - Requirements for image not found: ['pillow==9.0.1'].
    - Integration error: person - Requirements for image not found: ['pillow==9.0.1'].
e[0m
e[1;37mSuccessful config (partial)e[0m

Found something in the Release Notes (Breaking Changes):

Python 3.8 support dropped
Python 3.8 support has previously been deprecated and now has been removed. Home Assistant now requires Python 3.9 to run.

If you are using Home Assistant OS, Home Assistant Container, or Home Assistant Supervised installation method, you don’t have to do anything. In those cases, we handle this all for you. Your system has been using Python 3.9 for quite some time already.

(@frenck - #63883)