Skip to content

djunsheep/Error_while_loading_conda_entry_point

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

In VS Code Jupyter notebook, when WSL Distro (Ubuntu), repeatedly got an error when trying to install bwa to one conda env:

!conda install -c bioconda bwa -y

Error while loading conda entry point: conda-libmamba-solver (libarchive.so.19: cannot open shared object file: No such file or directory)

Sometimes scripts can run regardless of this error, strangely...

At the end I solved the issue by the following two lines:

!sudo apt-get install libarchive13 !conda install mamba -c conda-forge --force-reinstall -y

These may needed to try in both jupyter notebook and the ubuntu terminal

related website: https://github.com/conda/conda-libmamba-solver

About

recording some bugs and the debug records

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published