Entering edit mode
18 months ago
Fizzah
▴
30
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
thank you issue solved
this is the command i run
create new environment conda create -n diff_gene
installation conda install -c bioconda bioconductor-deseq2