CSOgroup / cellcharter

A Python package for the identification, characterization and comparison of spatial clusters from spatial -omics data.
https://cellcharter.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
79 stars 2 forks source link

cannot import name 'get_extent' from 'spatialdata._core.data_extent #24

Closed SBDixit closed 8 months ago

SBDixit commented 8 months ago

Report

Hi, thanks a lot for creating this very interesting tool!

I am trying to import cellcharter and I get the following error during the import. It is an issue with spatialdata(0.0.12)itself but would be great to get some help to go about it: Capture

and I used the below to to install other dependencies conda create -n cellcharter-env -c conda-forge python=3.10 mamba conda activate cellcharter-env mamba install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia pip install cellcharter pip install scvi-tools==1.0.3

Version information

No response

marcovarrone commented 8 months ago

Fixed by #25