Error setting up entry for hacs

Can anyone help me out here?

I have updated tonight to latest HA-Core version. Since my HACS had the below problem. I tried to remove it via the Integrations folder, but nothing works. Same fault keeps coming.

What can I do?

Logger: homeassistant.config_entries
Source: custom_components/hacs/utils/store.py:8
Integration: HACS (documentation, issues)
First occurred: 23:31:20 (1 occurrences)
Last logged: 23:31:20

Error setting up entry for hacs
‘’’’

Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 335, in async_setup result = await component.async_setup_entry(hass, self)
File “/config/custom_components/hacs/init.py”, line 39, in async_setup_entry return await hacs_ui_setup(hass, config_entry)
File “/config/custom_components/hacs/operational/setup.py”, line 94, in async_setup_entry await _async_common_setup(hass)
File “/config/custom_components/hacs/operational/setup.py”, line 50, in _async_common_setup await hacs.tasks.async_load()
File “/config/custom_components/hacs/tasks/manager.py”, line 43, in async_load await asyncio.gather(*[_load_module(task) for task in task_modules])
File “/config/custom_components/hacs/tasks/manager.py”, line 39, in _load_module task_module = import_module(f"{package}.{module}")
File “/usr/local/lib/python3.9/importlib/init.py”, line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1030, in _gcd_import
File “”, line 1007, in _find_and_load
File “”, line 986, in _find_and_load_unlocked
File “”, line 680, in _load_unlocked
File “”, line 850, in exec_module
File “”, line 228, in _call_with_frames_removed
File “/config/custom_components/hacs/tasks/update_critical_repositories.py”, line 10, in from custom_components.hacs.utils.store import ( File “/config/custom_components/hacs/utils/store.py”, line 8, in from .logger import get_hacs_logger ImportError: cannot import name ‘get_hacs_logger’ from ‘custom_components.hacs.utils.logger’ (/config/custom_components/hacs/utils/logger.py)’’

Same problem here…
Getting the error “Error setting up entry for hacs”

Here’s the log…

Logger: homeassistant.config_entries
Source: helpers/storage.py:153
First occurred: 9:54:26 PM (1 occurrences)
Last logged: 9:54:26 PM

Error setting up entry for hacs
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 339, in async_setup
    result = await component.async_setup_entry(hass, self)
  File "/config/custom_components/hacs/__init__.py", line 223, in async_setup_entry
    setup_result = await async_initialize_integration(hass=hass, config_entry=config_entry)
  File "/config/custom_components/hacs/__init__.py", line 209, in async_initialize_integration
    await async_try_startup()
  File "/config/custom_components/hacs/__init__.py", line 196, in async_try_startup
    startup_result = await async_startup()
  File "/config/custom_components/hacs/__init__.py", line 153, in async_startup
    if not await hacs.data.restore():
  File "/config/custom_components/hacs/utils/data.py", line 120, in restore
    repositories = await async_load_from_store(self.hacs.hass, "repositories") or {}
  File "/config/custom_components/hacs/utils/store.py", line 49, in async_load_from_store
    return await get_store_for_key(hass, key).async_load() or {}
  File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 114, in async_load
    return await self._load_task
  File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 123, in _async_load
    return await self._async_load_data()
  File "/usr/src/homeassistant/homeassistant/helpers/storage.py", line 153, in _async_load_data
    data["version"] == self.version
KeyError: 'version'