Open acaulier opened 10 months ago
I have similar issue! I have to install 0.3.x lineage version because I have to match the version because of my data analysis. But when I tried to install them, it gives me an this error. Is version 0.3.x lineage no longer available to be installed? My Seurat installed version is 4.1.1.
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ‘Seurat’ 4.1.1 is being loaded, but >= 5.0.0 is required
Calls: <Anonymous> ... namespaceImportFrom -> asNamespace -> loadNamespace
Execution halted
ERROR: lazy loading failed for package ‘SeuratWrappers’
* removing ‘/home/gahui/R/x86_64-pc-linux-gnu-library/4.1/SeuratWrappers’
* restoring previous ‘/home/gahui/R/x86_64-pc-linux-gnu-library/4.1/SeuratWrappers’
Warning message:
In i.p(...) :
installation of package ‘/tmp/RtmpBiEvAU/file9739d59d48690/SeuratWrappers_0.3.3.tar.gz’ had non-zero exit status
the fix in the other thread works as of 1/30/2024
It worked for me, thanks @bc2zb !
I have similar issue! I have to install 0.3.x lineage version because I have to match the version because of my data analysis. But when I tried to install them, it gives me an this error. Is version 0.3.x lineage no longer available to be installed? My Seurat installed version is 4.1.1.
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : namespace ‘Seurat’ 4.1.1 is being loaded, but >= 5.0.0 is required Calls: <Anonymous> ... namespaceImportFrom -> asNamespace -> loadNamespace Execution halted ERROR: lazy loading failed for package ‘SeuratWrappers’ * removing ‘/home/gahui/R/x86_64-pc-linux-gnu-library/4.1/SeuratWrappers’ * restoring previous ‘/home/gahui/R/x86_64-pc-linux-gnu-library/4.1/SeuratWrappers’ Warning message: In i.p(...) : installation of package ‘/tmp/RtmpBiEvAU/file9739d59d48690/SeuratWrappers_0.3.3.tar.gz’ had non-zero exit status
Solution remotes::install_github('satijalab/seurat-wrappers@community-vignette', quiet = TRUE)
Hello,
I am trying to install seurat-wrappers in my environment using the remote::github command, and get a non-zero exit status. Anyone has an idea where it comes from?