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
When using the Seurat 5.2.0 function (), the following warning is displayed:
arrow Error
Some features are not enabled in this build of Arrow. Runarrow_info()` for more information.
Attaching package: ‘arrow’
Error: NotImplemented: Support for codec 'zstd' not built
In order to read this file, you will need to reinstall arrow with additional features enabled.
Set one of these environment variables before installing:
Sys.setenv(LIBARROW_MINIMAL = "false") (for all optional features, including 'zstd')
Sys.setenv(ARROW_WITH_ZSTD = "ON") (for just 'zstd')
`
packageVersion
`>packageVersion("Seurat")
[1] ‘5.2.0’
packageVersion("arrow")
[1] ‘18.1.0.1’
packageVersion("SeuratObject")
[1] ‘5.0.2’
`
Before this , It worked when I use the Seurat 5.0.2.
Thank you ~~
The text was updated successfully, but these errors were encountered:
When using the Seurat 5.2.0 function (), the following warning is displayed:
arrow Error
Some features are not enabled in this build of Arrow. Run
arrow_info()` for more information.Attaching package: ‘arrow’
Error: NotImplemented: Support for codec 'zstd' not built
In order to read this file, you will need to reinstall arrow with additional features enabled.
Set one of these environment variables before installing:
`
packageVersion
`>packageVersion("Seurat")
[1] ‘5.2.0’
The text was updated successfully, but these errors were encountered: