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
Traceback (most recent call last):
File "/home/scottgigante/.local/lib/python3.6/site-packages/anndata/_io/utils.py", line 188, in func_wrapperreturn func(elem, key, val, *args, **kwargs)
File "/home/scottgigante/.local/lib/python3.6/site-packages/anndata/_io/h5ad.py", line 145, in write_not_implementedf"Failed to write value for {key}, "NotImplementedError: Failed to write value for uns/louvain, since a writer for type <class 'rpy2.robjects.vectors.ListVector'> has not been implemented yet.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/scottgigante/.local/lib/python3.6/site-packages/anndata/_core/anndata.py", line 1852, in write_h5ad
as_dense=as_dense,
File "/home/scottgigante/.local/lib/python3.6/site-packages/anndata/_io/h5ad.py", line 112, in write_h5ad
write_attribute(f, "uns", adata.uns, dataset_kwargs=dataset_kwargs)
File "/usr/lib/python3.6/functools.py", line 807, in wrapperreturn dispatch(args[0].__class__)(*args, **kw)
File "/home/scottgigante/.local/lib/python3.6/site-packages/anndata/_io/h5ad.py", line 126, in write_attribute_h5ad
_write_method(type(value))(f, key, value, *args, **kwargs)
File "/home/scottgigante/.local/lib/python3.6/site-packages/anndata/_io/h5ad.py", line 286, in write_mapping
write_attribute(f, f"{key}/{sub_key}", sub_value, dataset_kwargs=dataset_kwargs)
File "/usr/lib/python3.6/functools.py", line 807, in wrapperreturn dispatch(args[0].__class__)(*args, **kw)
File "/home/scottgigante/.local/lib/python3.6/site-packages/anndata/_io/h5ad.py", line 126, in write_attribute_h5ad
_write_method(type(value))(f, key, value, *args, **kwargs)
File "/home/scottgigante/.local/lib/python3.6/site-packages/anndata/_io/utils.py", line 195, in func_wrapper
) from e
NotImplementedError: Failed to write value for uns/louvain, since a writer for type <class 'rpy2.robjects.vectors.ListVector'> has not been implemented yet.
Above error raised while writing key 'uns/louvain' of <class 'h5py._hl.files.File'> from /.
Minimal code sample
Versions
The text was updated successfully, but these errors were encountered: