HA Cinfiguration Check did not pass

Hi all!

After running Home Assistant Configuration Check I got these outcome:

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun check-config (no readiness notification)
s6-rc: info: service legacy-services successfully started
[11:17:57] INFO: Don't worry, this temporary installation is not overwriting your current one.
[11:17:57] INFO: Installing Home Assistant: stable...
[11:17:57] INFO: Please be patient, this might take a few minutes...
[11:18:36] INFO: Installed Home Assistant 2022.9.1
[11:18:36] INFO: Making a copy of your configuration for checking...
[11:18:37] INFO: Checking your configuration against this version...
[11:23:04] ERROR: The configuration check did not pass!
[11:23:04] ERROR: See the output below for more details.
Testing configuration at /tmp/config
INFO:homeassistant.helpers.storage:Migrating core.entity_registry storage from 1.7 to 1.8
  
  × Building wheel for numpy (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [258 lines of output]
      Running from numpy source directory.
      setup.py:86: DeprecationWarning:
      
        `numpy.distutils` is deprecated since NumPy 1.23.0, as a result
        of the deprecation of `distutils` itself. It will be removed for
        Python >= 3.12. For older Python versions it will remain present.
        It is recommended to use `setuptools < 60.0` for those Python versions.
        For more details, see:
          https://numpy.org/devdocs/reference/distutils_status_migration.html
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped

I tried:

pip install setuptools
Requirement already satisfied: setuptools in /usr/lib/python2.7/site-packages (40.8.0.post20190503)

With zero knowledge of programming I would kindly ask you for help, how to correct this or where to look to correct it.
Thank you in advance