Impossible to integrate any kind of service or device: Error Config flow could not be loaded: 500 Internal Server Error Server got itself in trouble

I installed the last version of HA core on my device, but I can´t integrate any kind of service or devices, when I try to do that a wrong appear : Error Config flow could not be loaded: 500 Internal Server Error Server got itself in trouble. It is happen all the times when I try to add new integration no matter what the service. This is a default installation without any new configuration after install. I just clear all my browser data, and it not worked, following the error log.

Error handling request
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 435, in _handle_request
    resp = await request_handler(request)
  File "/srv/homeassistant/lib/python3.9/site-packages/aiohttp/web_app.py", line 504, in _handle
    resp = await handler(request)
  File "/srv/homeassistant/lib/python3.9/site-packages/aiohttp/web_middlewares.py", line 117, in impl
    return await handler(request)
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/http/security_filter.py", line 60, in security_filter_middleware
    return await handler(request)
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/http/forwarded.py", line 100, in forwarded_middleware
    return await handler(request)
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/http/request_context.py", line 28, in request_context_middleware
    return await handler(request)
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/http/ban.py", line 82, in ban_middleware
    return await handler(request)
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/http/auth.py", line 236, in auth_middleware
    return await handler(request)
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/http/view.py", line 136, in handle
    result = await result
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/config/config_entries.py", line 148, in post
    return await super().post(request)
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/http/data_validator.py", line 73, in wrapper
    result = await method(view, request, data, *args, **kwargs)
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/helpers/data_entry_flow.py", line 71, in post
    result = await self._flow_mgr.async_init(
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/data_entry_flow.py", line 225, in async_init
    flow, result = await task
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/data_entry_flow.py", line 243, in _async_init
    flow = await self.async_create_flow(handler, context=context, data=data)
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/config_entries.py", line 805, in async_create_flow
    await async_process_deps_reqs(self.hass, self._hass_config, integration)
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/setup.py", line 361, in async_process_deps_reqs
    await requirements.async_get_integration_with_requirements(
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/requirements.py", line 49, in async_get_integration_with_requirements
    return await manager.async_get_integration_with_requirements(domain)
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/requirements.py", line 168, in async_get_integration_with_requirements
    await self._async_process_integration(integration, done)
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/requirements.py", line 183, in _async_process_integration
    await self.async_process_requirements(
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/requirements.py", line 236, in async_process_requirements
    await self._async_process_requirements(name, missing)
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/requirements.py", line 261, in _async_process_requirements
    installed, failures = await self.hass.async_add_executor_job(
  File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/requirements.py", line 110, in _install_requirements_if_missing
    if pkg_util.is_installed(req) or _install_with_retry(req, kwargs):
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/requirements.py", line 98, in _install_with_retry
    if pkg_util.install_package(requirement, **kwargs):
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/util/package.py", line 101, in install_package
    stderr.decode("utf-8").lstrip().strip(),
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe3 in position 71: invalid continuation byte

system information

## System Information

version | core-2022.11.4

installation_type | Home Assistant Core
dev | false
hassio | false
docker | false
user | homeassistant
virtualenv | true
python_version | 3.9.1
os_name | Linux
os_version | 3.18.24
arch | armv7l

<details><summary>Home Assistant Cloud</summary>

logged_in | false
-- | --
can_reach_cert_server | ok
can_reach_cloud_auth | ok
can_reach_cloud | ok

estimated_db_size | 0.27 MiB
database_engine | sqlite
database_version | 3.34.1

Additional information:
I don´t know if it matter but all times when I start HA two warnings appear in the end of startup

Logger: pyroute2.netlink.rtnl.tcmsg.common
Source: /srv/homeassistant/lib/python3.9/site-packages/pyroute2/netlink/rtnl/tcmsg/common.py:38
First occurred: 01:40:52 (1 occurrences)
Last logged: 01:40:52

tcmsg: [Errno 2] No such file or directory: '/proc/net/psched'

Logger: pyroute2.netlink.rtnl.tcmsg.common
Source: /srv/homeassistant/lib/python3.9/site-packages/pyroute2/netlink/rtnl/tcmsg/common.py:39
First occurred: 01:40:52 (1 occurrences)
Last logged: 01:40:52

the tc subsystem functionality is limited

In all the cases I tried to find some solution but with no answer.