You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am relatively new to R and single cells analysis, but I have been using the Seurat package for a while now. In my last analysis I run into a problem because I didn't have enough memory to run the pipeline, so I had to which to using the HPC of my institution. Now I am not able to install Seurat again. I
I was wondering if someone could help me with this problem. Thank you so much!
This is the error I get:
`installing to /home/80021041/R/x86_64-pc-linux-gnu-library/4.2/00LOCK-Seurat/00new/Seurat/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/home/80021041/R/x86_64-pc-linux-gnu-library/4.2/Rtsne/libs/Rtsne.so':
libRlapack.so: cannot open shared object file: No such file or directory
Calls: ... asNamespace -> loadNamespace -> library.dynam -> dyn.load
Execution halted
ERROR: lazy loading failed for package ‘Seurat’
removing ‘/home/80021041/R/x86_64-pc-linux-gnu-library/4.2/Seurat’
Warning in install.packages :
installation of package ‘Seurat_2.2.0.tar.gz’ had non-zero exit status`
Session Info:
`> sessionInfo()
R version 4.2.1 (2022-06-23)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Red Hat Enterprise Linux 8.3 (Ootpa)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am relatively new to R and single cells analysis, but I have been using the Seurat package for a while now. In my last analysis I run into a problem because I didn't have enough memory to run the pipeline, so I had to which to using the HPC of my institution. Now I am not able to install Seurat again. I
I was wondering if someone could help me with this problem. Thank you so much!
This is the error I get:
`installing to /home/80021041/R/x86_64-pc-linux-gnu-library/4.2/00LOCK-Seurat/00new/Seurat/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/home/80021041/R/x86_64-pc-linux-gnu-library/4.2/Rtsne/libs/Rtsne.so':
libRlapack.so: cannot open shared object file: No such file or directory
Calls: ... asNamespace -> loadNamespace -> library.dynam -> dyn.load
Execution halted
ERROR: lazy loading failed for package ‘Seurat’
Warning in install.packages :
installation of package ‘Seurat_2.2.0.tar.gz’ had non-zero exit status`
Session Info:
`> sessionInfo()
R version 4.2.1 (2022-06-23)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Red Hat Enterprise Linux 8.3 (Ootpa)
Matrix products: default
BLAS/LAPACK: /app/eb/software/FlexiBLAS/3.2.0-GCC-11.3.0/lib64/libflexiblas.so.3.2
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C 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 LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] diffusionMap_1.2.0 NMF_0.26 bigmemory_4.6.1 Biobase_2.58.0 BiocGenerics_0.44.0 cluster_2.1.3
[7] rngtools_1.5.2 registry_0.5-1 devtools_2.4.3 usethis_2.1.6
loaded via a namespace (and not attached):
[1] Rcpp_1.0.11 lattice_0.20-45 prettyunits_1.1.1 ps_1.7.1 rprojroot_2.0.3
[6] digest_0.6.33 foreach_1.5.2 utf8_1.2.3 gridBase_0.4-7 R6_2.5.1
[11] plyr_1.8.8 bigmemory.sri_0.1.3 ggplot2_3.4.2 pillar_1.9.0 rlang_1.1.1
[16] curl_5.0.1 uuid_1.1-0 rstudioapi_0.13 callr_3.7.0 Matrix_1.6-0
[21] desc_1.4.1 stringr_1.5.0 igraph_1.5.1 munsell_0.5.0 compiler_4.2.1
[26] pkgconfig_2.0.3 pkgbuild_1.3.1 tidyselect_1.2.0 tibble_3.2.1 codetools_0.2-18
[31] fansi_1.0.4 crayon_1.5.2 dplyr_1.1.2 withr_2.5.0 brio_1.1.3
[36] grid_4.2.1 gtable_0.3.3 lifecycle_1.0.3 magrittr_2.0.3 scales_1.2.1
[41] cli_3.6.1 stringi_1.7.12 cachem_1.0.8 reshape2_1.4.4 fs_1.6.3
[46] remotes_2.4.2 scatterplot3d_0.3-41 doParallel_1.0.17 testthat_3.1.4 ellipsis_0.3.2
[51] generics_0.1.3 vctrs_0.6.3 RColorBrewer_1.1-3 iterators_1.0.14 tools_4.2.1
[56] glue_1.6.2 purrr_1.0.2 processx_3.6.1 pkgload_1.2.4 parallel_4.2.1
[61] fastmap_1.1.1 colorspace_2.1-0 BiocManager_1.30.22 sessioninfo_1.2.2 memoise_2.0.1 `
Beta Was this translation helpful? Give feedback.
All reactions