After conda update, I am getting the error below after running $ conda
, even after setting the solver to classic (using conda config --set solver classic
):
Error while loading conda entry point: conda-libmamba-solver (libarchive.so.19: cannot open shared object file: No such file or directory)
I have conda 23.11.0.
On Github there is an issue https://github.com/conda/conda-libmamba-solver/issues/283 in which they mention that if libarchive
and libmamba
come from the same channel, it should be solved.
But when I reinstall libarchive
using channel main
, it doesn't update.
Does anyone know how to solve this? I do not want to reinstall Conda from scratch.
Similar links online that do not solve the problem:
conda install -n base libarchive -c main --force-reinstall
Fixed it for me.