JiekaiLab / scDIOR

scDIOR: Single cell data IO softwaRe
GNU General Public License v3.0
131 stars 11 forks source link

numpy version incompatible #24

Closed bioorange closed 3 weeks ago

bioorange commented 3 weeks ago

Hi, I kept receiving this error when I try to transform python adata to Seurat object Error: module 'numpy' has no attribute 'object'. np.object was a deprecated alias for the builtin object. To avoid this error in existing code, use object by itself. Doing this will not modify any behavior and is safe. The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations It was successfully compeleted a month ago, but suddenly run into erro... can you tell me how to fix it?