Something seems to have happened since mamba got installed. I did an update of my conda installation, and when installing some packages through conda-forge
, it saw:
Channels:
- conda-forge
- defaults
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: \ warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
done
Now, not only do the packages I wanted to install not work, but my installation seems utterly broken. For instance:
(base) grs53@:~$ conda update --all
Error while loading conda entry point: conda-libmamba-solver (dlopen(/Users/grs53/miniconda3/lib/python3.11/site-packages/libmambapy/bindings.cpython-311-darwin.so, 0x0002): Library not loaded: @rpath/libarchive.19.dylib
Referenced from: <027768CD-20C9-3E75-850D-35E842A32FA5> /Users/grs53/miniconda3/lib/libmamba.2.0.0.dylib
Reason: tried: '/Users/grs53/miniconda3/lib/libarchive.19.dylib' (no such file), '/Users/grs53/miniconda3/lib/python3.11/site-packages/libmambapy/../../../libarchive.19.dylib' (no such file), '/Users/grs53/miniconda3/lib/python3.11/site-packages/libmambapy/../../../libarchive.19.dylib' (no such file), '/Users/grs53/miniconda3/bin/../lib/libarchive.19.dylib' (no such file), '/Users/grs53/miniconda3/bin/../lib/libarchive.19.dylib' (no such file), '/Users/grs53/miniconda3/lib/libarchive.19.dylib' (no such file))
CondaValueError: You have chosen a non-default solver backend (libmamba) but it was not recognized. Choose one of: classic
Any help would be appreciated.