DESeq2 Error: package or namespace load failed for 'DESeq2'
1
1
Entering edit mode
DataFanatic ▴ 10
@datafanatic-12212
Last seen 3.5 years ago

Hi, DESeq2 error while running, please help!

Installed

conda create -y -n test.DESeq2 python=3

conda activate test.DESeq2

conda install -y bioconductor-DESeq2

To Run

$ cat counts.txt | deseq2.r 3x3 > results2.csv

ERROR Error: package or namespace load failed for 'DESeq2' in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/Users/xx/opt/anaconda3/envs/test.gplots/lib/R/library/DESeq2/libs/DESeq2.dylib': dlopen(/Users/xx/opt/anaconda3/envs/test.gplots/lib/R/library/DESeq2/libs/DESeq2.dylib, 6): Library not loaded: @rpath/libopenblasp-r0.3.7.dylib Referenced from: /Users/xx/opt/anaconda3/envs/test.gplots/lib/R/library/DESeq2/libs/DESeq2.dylib Reason: image not found Execution halted (test.gplots)
RNA-Seq DESeq2 • 2.4k views
ADD COMMENT
0
Entering edit mode

if it's a conda installation, and DESeq2 can't be loaded in conda, isn't that a conda problem?

ADD REPLY
0
Entering edit mode

User had posted on Biostars, too: https://www.biostars.org/p/432720/

ADD REPLY
1
Entering edit mode
@ialbert
Last seen 11 months ago
United States

There is an ongoing problem with all packages that use certain libraries, the dependencies are not marked properly. Try this:

# Temporary solution on MacOS.
conda install -y libopenblas==0.3.7

See also:

ADD COMMENT
0
Entering edit mode

Thank you Istvan.

Also thanks again for making Biostars open source, this has really improved our interaction with users!

ADD REPLY

Login before adding your answer.

Traffic: 614 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6