Entering edit mode
hi~ i meet an error when running
library("DESeq2")
the error message is:
error: package or namespace load failed for ‘DESeq2’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/Users/zhengqimeng/Library/R/x86_64/4.3/library/DESeq2/libs/DESeq2.so':
dlopen(/Users/zhengqimeng/Library/R/x86_64/4.3/library/DESeq2/libs/DESeq2.so, 0x0006): Library not loaded: /opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0/libgfortran.5.dylib
Referenced from: <C3CB82F6-4A9D-3B4B-A615-F82E978977AC> /Users/zhengqimeng/Library/R/x86_64/4.3/library/DESeq2/libs/DESeq2.so
Reason: tried: '/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0/libgfortran.5.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0/libgfortran.5.dylib' (no such file), '/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0/libgfortran.5.dylib' (no such file), '/usr/local/lib/libgfortran.5.dylib' (no such file), '/usr/lib/libgfortran.5.dylib' (no such file, not in dyld cache)
here is the list of my libPaths
[1] "/Users/zhengqimeng/Library/R/x86_64/4.3/library"
[2] "/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library"
i reallly need your help! Thank you!
DESeq2 1.40.0 binary install issue on macOS x86 (Bioconductor 3.17)