Skip to content

Dependency issues when installing #523

@sophiachen1

Description

@sophiachen1

Hi Bambu developer,

I have set up a new conda environment to install bambu through bioconductor, but it returns error that some dependency packages cannot be installed. I am using following command to set up the environment and install by bioconductor :

conda create -n bambu
conda activate bambu
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install r #R version 4.5.2 is installed

Then I install by:

R
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("bambu")

The Errors I got:
ERROR: dependencies ‘BSgenome’, ‘tidyr’, ‘GenomicAlignments’, ‘GenomicFeatures’, ‘Rsamtools’, ‘xgboost’, ‘RcppArmadillo’ are not available for package ‘bambu’

Do you have any ideas to troubleshoot?
Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions