Skip to content
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: NotImplemented: Support for codec 'zstd' not built #9632

Open
shanhuhai-i opened this issue Jan 21, 2025 · 0 comments
Open

Error: NotImplemented: Support for codec 'zstd' not built #9632

shanhuhai-i opened this issue Jan 21, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@shanhuhai-i
Copy link

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 ~~

@shanhuhai-i shanhuhai-i added the bug Something isn't working label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant