-
Notifications
You must be signed in to change notification settings - Fork 353
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
Installation fails with Mamba error: Nothing provides libsodium >=0.4,<1.0 needed by bcbio-nextgen-1.0.0-py27_0 #3747
Comments
I think there is some updated packages that are breaking the installation of bcbio. I couldn't pin point the specific error yet. Can you try to install bcbio_nextgen.py from bioconda? I want to eliminate the issue to be something in the install script of requirements in bioconda. |
I was able to install BCBio using the bioconda instructions here: https://bioconda.github.io/recipes/bcbio-nextgen/README.html It appears to have finished without an error. When I enter the environment and attempt to install a genome using
I get this error:
I still get this even when I create a "genomes" directory inside the root of the environment's folder. |
Thank you for testing, I can reproduce but not sure how to fix it, I am sorry. Still trying to find some time for this, but it is being challenging. |
Version info
bcbio_nextgen.py --version
): 1.2.9lsb_release -ds
): Ubuntu 20.04To Reproduce
Exact bcbio command you have used:
Your yaml configuration file:
Log files (could be found in work/log)
Please attach (10MB max):
bcbio-nextgen-commands.log
, andbcbio-nextgen-debug.log
.Final Error is:
Full log is attached.
bcbio_error_8-6-2024.txt
Based on the fact it's looking for a Python 2.7 version of LibSodium whereas the pinned packages mentions
python 3.7.*
could this simply be a typo in some configuration file somewhere?The text was updated successfully, but these errors were encountered: