- 编译问题
主要还是集中在ubuntu 或linux 服务器上,比如:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/home/data/yzpen/R/x86_64-pc-linux-gnu-library/4.0/igraph/libs/igraph.so':
libmkl_gf_lp64.so: cannot open shared object file: No such file or directory
Calls: <Anonymous> ... asNamespace -> loadNamespace -> library.dynam -> dyn.load
查了下,跟mkl 相关,可能跟mkl 的路径或下载有关:
https://github.com/pytorch/pytorch/issues/24334
有缘再去解决这个问题吧。
吊诡的是,其他的Linux 服务器就可以了:
[1] "MesKit is already installed."
[1] "maftools is already installed."
[1] "MesKit, maftools are already in your computer."