Error message - / conda-libmamba-solver

Hello
I am writing to seek your assistance regarding an issue I encountered with Conda. I am trying to install haddock 2.5 and the first step is install conda environment named haddock_env by command below
conda env create --file requirements.yml
But at the first I got the following error
Error while loading conda entry point: conda-libmamba-solver (libarchive.so.19: cannot
open shared object file: No such file or directory)
Then the job done and haddock2.5 environment is installed

In addition when I run the command below
conda --version
I got the same error message
Error while loading conda entry point: conda-libmamba-solver (libarchive.so.19: cannot
open shared object file: No such file or directory)
conda 24.7.1

I am using
Ubuntu 22.04.3 LTS, bash shell, Python 3.12.1
My operating system is: intel-x86_64bit-linux

Do I need to install or update conda 24.7.1?
Please can you help me to fix this error
Thank you