Entering edit mode
3 days ago
Fizzah
▴
20
Hello, I am installing Dseq2 software for RNA seq analysis via conda but it says
UnsatisfiableError: The following specifications were found to be incompatible with your system:
- feature:/linux-64::__glibc==2.35=0
- bioconductor-deseq2 -> libgcc-ng[version='>=10.3.0'] -> __glibc[version='>=2.17']
Your installed version is: 2.35
I have created a new environment and try to install but still it gives same error
please help
You should include the command you're running otherwise we can't really provide any specific advice.
For some generic advice, I would try creating a new environment with DESeq2 and the other libraries you need.
this is the command i run
create new environment conda create -n diff_gene
installation conda install -c bioconda bioconductor-deseq2