-
Notifications
You must be signed in to change notification settings - Fork 915
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 in .local(x, na.rm, dims, ...) : object 'CRsparse_colSums' not found #8094
Comments
Hi alasaa,
|
I also meet the same problem. I have try restart it, but i doesn't work. Here is sessionInfo() Matrix products: default locale: time zone: Asia/Shanghai attached base packages: other attached packages: loaded via a namespace (and not attached): |
I also meet the same problem,When I run "Integrative analysis in Seurat v5", |
I encountered errors when using R-4.3.2 initially. However, after switching to R4.3.1, the issues were resolved, and it runs smoothly now. |
By the way, my version is 4.3.2 and loading the SeuratWrappers() package also works. As long as I don't load the Azimuth package,RunUMAP() runs successfully |
Hi all,
Looking into it, but in the meantime not loading Azimuth should fix the issue. Will update here when we have a fix. |
I still have this error..... the follow is my sessionInfo()
[[2]] [[3]] [[4]]
Matrix products: default locale: time zone: Asia/Shanghai attached base packages: other attached packages: loaded via a namespace (and not attached): |
I have suspected the problem of my system. Today, I even formatted my C disk, re-installed the Windows 10 system, re-installed R4.3.2, rtools43-5863-5818, RStudio-2023.01.1-494, Anaconda3-2023.09-0 - Windows - x86_64 (with Python). Then I install packages related with Seurat . Then I restart RStudio, load the object, and only library(Seurat).....and still got: Error in .local(x, na.rm, dims, ...) : object 'CRsparse_colSums' not found |
I initially did not have this problem with |
I met the same error when I run obj <- IntegrateLayers( There is no error when method = RPCAIntegration. However, RunUMAP met this error as well. My R version is 4.3.2 - there is no such issue when my R version = 4.3.1. Unload the package Azimuch doesn't work in my case. I would be very appreciative if this issue could be resolved soon! |
Hi all, I have posted an issue documenting this error here: ge11232002/TFBSTools#37. It appears that if |
Why not just roll back Matrix to 1.6-1 instead if it's a Matrix library issue? |
Hi,
I don't think it is just that. I do believe that the answer lies somewhere
in the Azimuth code base.
Sameet
…On Tue, Dec 5, 2023, 01:36 NaviedA ***@***.***> wrote:
Why not just roll back Matrix to 1.6-1 instead if it's a Matrix library
issue?
—
Reply to this email directly, view it on GitHub
<#8094 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABS42W5QEWSN6J5HTEGN5TYH26GZAVCNFSM6AAAAAA73A46ACVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBQGA4TONJXGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
RE: "Why not just roll back Matrix to 1.6-1 instead if it's a Matrix library issue?" |
I just rolled back everything to the most recent session I had that worked... if Seurat v5 has this many issues I will wait a bit to use it. |
Thank you very much! And thank you to everyone who responded! The problem maybe caused by the Azimuth package. I uninstalled and reinstalled R4.3.2, then manually removed the Azimuth package and avoid library(Azimuth) , then RunUMAP() can work. |
Hi all, |
Actual soln here: #8202 (comment) |
Hi all,
I hope this may help. |
Try to uninstall "TFBSTools" R package and use "Seurat 4.2.1" to solve the problem. |
I installed re installed R Seurat and BioConductor multiple times. None of the above error seems to solve the problem. R version 4.3.3 (2024-02-29 ucrt) Matrix products: default locale: time zone: America/New_York attached base packages: other attached packages: loaded via a namespace (and not attached): |
As stated above, the actual soln involves problems with TFBSTools, which you have loaded: #8202 (comment) |
Thank you.It is so useful for me. |
...could anyone please help me...(T~T)...I can't live without a Seurat
The text was updated successfully, but these errors were encountered: