-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: package or namespace load failed for ‘mzR’ in dyn.load(file, DLLpath = DLLpath, ...) (centos7/R 4.3.2) #287
Comments
Hi, I don't think I have seen that specific error message so far.
So, my guess is that there are several versions of Can you provide the output of Thanks, |
Hi Steffen, You are right. I tried again and found that when installing mzR, there was no mzR.so file in the temp folder (/opt/R/4.3.2/lib/R/library/00LOCK-mzR/00new/mzR/libs), actually this temp folder was empty. Here are the libnetcdf.so files: [wss@localhost ~]# sudo locate libnetcdf Perhaps there are several versions of libnetcdf.so here? Then I check the libhdf5: [wss@localhost ~]# sudo yum list installed | grep hdf5 Thanks a lot, |
Hi, so the multiple Can you show in the long output during
What I need to see is if |
Hi Steffen, Yes, here are them:
Bests, |
Hi Steffen, Please have a check as you need above at your convenience, the issue is still there. Yours, |
Dear sneumann,
When I installed the mzR package using "BiocManager::install("mzR")" in centos7/R 4.3.2, it gived me the error below:
...
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘mzR’
finding HTML links ... done
copyWriteMSData html
isolationWindow-methods html
metadata html
mzR-class html
finding level-2 HTML links ... done
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for ‘mzR’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/opt/R/4.3.2/lib/R/library/00LOCK-mzR/00new/mzR/libs/mzR.so':
/opt/R/4.3.2/lib/R/library/00LOCK-mzR/00new/mzR/libs/mzR.so: undefined symbol: _ZNK2H510H5Location13createDataSetERKSsRKNS_8DataTypeERKNS_9DataSpaceERKNS_17DSetCreatPropListERKNS_15DSetAccPropListERKNS_17LinkCreatPropListE
Error: loading failed
Execution halted
ERROR: loading failed
Below is my sessioninfo:
Matrix products: default
BLAS/LAPACK: /usr/lib64/libopenblasp-r0.3.3.so; LAPACK version 3.8.0
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
time zone: Asia/Shanghai
tzcode source: system (glibc)
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] BiocManager_1.30.22 compiler_4.3.2 tools_4.3.2
Could you give some helps about this? Thanks a lot!
Shisheng
The text was updated successfully, but these errors were encountered: