-
Notifications
You must be signed in to change notification settings - Fork 226
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
conda 24.1.1 libmamba solver not recognized #13353
Comments
@jylee3247 I think your base environment is messed up already. You should create a separate env for projects and leave the base env untouched. Try cloning your base env with Then reset your base env by following this After that, block installation to the base env to prevent similar problems: instructions |
Error while loading conda entry point: conda-libmamba-solver (No module named 'conda_libmamba_solver.plugin') |
I only installed the following packages in the base, there is no issue running the following command
I got the same error when running the following command
|
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 https://github.com/djunsheep/bugdebugrecords/blob/main/bug.conda-libmamba-solver.md |
Hi!I had the same issue, and I solved issue by the following line. conda install --solver=classic conda-forge::conda-libmamba-solver conda-forge::libmamba conda-forge::libmambapy conda-forge::libarchive I work in Ubuntu 22.4 terminal. |
I apologize for the delayed response. In the end, I resolved my problems by reinstalling the conda base on Ubuntu 22.04. Thank you for everyone provided assistance. |
Checklist
Impacted product
What happened?
When I run the
conda update --all command
, I encounter the following error:I've looked into a known issue at conda/conda-libmamba-solver#283 (comment) and tried aligning the versions of libarchive and libmamba using the same channel (either conda-forge or defaults), as well as continuously updating them, but the issue persists.
I've also tried using both flexible and strict channel priorities, but the result remains the same with no resolution.
Additionally, I found a suggestion in google to try
conda install -n base libarchive -c main --force-reinstall
, but that also didn't change anything either.I'm currently using Ubuntu 22.04:
Upon checking the anaconda3 directory in my computer, I see that
libarchive.so.13
is installed, but I can't seem to installlibarchive.so.19
no matter what I try.Could you suggest any solutions or further actions I might take?
I'm not very familiar with Ubuntu, so if there's any information I've missed or inadequately provided, please let me know, and I'll be happy to provide additional details.
Thank you.
Expected behavior or outcome
Normal operation of libmamba solver
Conda info
Conda config
Conda list
Additional information
No response
The text was updated successfully, but these errors were encountered: