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 I use the convertFormat function to convert a Seurat object, I encountered the following error. How can I resolve it?
The version of Seurat is 5.0, and the current conda environment has a numpy version of 2.0.0.
adata <- convertFormat(sc.sub,
from="seurat",
to="anndata",
main_layer="counts",
drop_single_values=FALSE)
Error: Required version of NumPy not available: incompatible NumPy binary version 33554432 (expecting version 16777225)
The text was updated successfully, but these errors were encountered:
When I use the convertFormat function to convert a Seurat object, I encountered the following error. How can I resolve it?
The version of Seurat is 5.0, and the current conda environment has a numpy version of 2.0.0.
Error: Required version of NumPy not available: incompatible NumPy binary version 33554432 (expecting version 16777225)
The text was updated successfully, but these errors were encountered: