Hello,
we are using anndata and scanpy in our FASTGenomics reader module.
We are also using flit to built this package. During build flit tries to load scanpy, which then loads anndata, which ultimately crashes because AnnData cannot be imported due to the within_flit() function called in the anndata/init.py.
Are you aware of any way to overcome this issue?
Hello,
we are using
anndataandscanpyin our FASTGenomics reader module.We are also using flit to built this package. During build flit tries to load
scanpy, which then loadsanndata, which ultimately crashes becauseAnnDatacannot be imported due to thewithin_flit()function called in theanndata/init.py.Are you aware of any way to overcome this issue?