You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.
If you would like this issue to remain open please:
Verify that you can still reproduce the issue at hand
Comment that the issue is still reproducible and include:
- What OS and version you reproduced the issue on
- What steps you followed to reproduce the issue
NOTE: If this issue was closed prematurely, please leave a comment.
Checklist
What happened?
I installed the conda-libmamba-solver using the instructions provided at https://conda.github.io/conda-libmamba-solver/user-guide/
After installing conda-libmamba-solver, I made it the default solver
$ conda config --set solver libmamba
conda seemed to be working and the installations were fast but it kept asking me to update base conda:
conda update -n base conda
After updating conda seems to be broken. I keep getting the following error when I use conda:
PluginError: Error while loading conda plugins from entrypoints: libarchive.so.19: cannot open shared object file: No such file or directory
Conda Info
PluginError: Error while loading conda plugins from entrypoints: libarchive.so.19: cannot open shared object file: No such file or directory
Conda Config
PluginError: Error while loading conda plugins from entrypoints: libarchive.so.19: cannot open shared object file: No such file or directory
Conda list
PluginError: Error while loading conda plugins from entrypoints: libarchive.so.19: cannot open shared object file: No such file or directory
Additional Context
No response
The text was updated successfully, but these errors were encountered: