-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while loading conda entry point: conda-libmamba-solver (libarchive.so.10: cannot open shared object file: No such file or directory) #424
Comments
You are experiencing one of the known issues, stemming from mixing defaults and conda-forge. See pinned issues for details. |
I had exactly the same problem. @jaimergp Could you point us to the pinned issue you had in mind and how to solve it?
|
Yes, sorry. It's the first item at #283 |
I'm also experiencing this issue where none of the conda commands are working now. Any tips to resolve it? |
I nuked my anaconda3/miniconda3 and started fresh, then updating conda to the newest version(24. something) solved it for me.
|
I got this similar error when I was using WSL Distro (Ubuntu) in jupyter notebook and trying to install bwa to one of my conda env: sometimes scripts can run regardless of this error, strange... may needed to try in both jupyter notebook and the ubuntu terminal |
Same issue but libarchive.so.19. I've just installed Anaconda3-2024.06-1-Linux-x86_64.sh and do |
The following issue Error while loading conda entry point: conda-libmamba-solver (/lib/x86_64-linux-gnu/libacl.so.1: symbol getxattr version ATTR_1.0 not defined in file libattr.so.1 with link time reference) |
Same issue on libarchive.so.20
Solved by force updating libmamba & libmambapy to 1.5.10 |
|
Checklist
What happened?
I was trying to install libmamba to overcome the slow-solving time problem caused by conda-forge. I was initially following this post, without updating the conda version (was previously 23.5.0). I first installed libmamba under my own environment
conda install conda-libmamba-solver
thenconda config --set solver libmamba
. After finishing the installation, trying to install another package yieldsI then thought maybe I needed to follow the exact prompt so I did
conda install -n base conda-libmamba-solver
.Now this is causing me trouble: every command I make with conda yields:
Installing packages still gives, even i have already set my solver back to classic:
I have tried reinstalling conda-libmamba-solver, installing libarchive according to this post by
conda install -n base libarchive -c main --force-reinstall
.I have also tried removing conda-libmamba-solver, yields:
Nothing helps.
A way to fix this could be appreciated!
Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: