When I try to use diopy.input.read_h5() I get an error NameError: name 'diopy' is not defined
I tried to install with !pip install diopy and it says that it installed succesfully so I dont know why this is happening.

I am converting an R spatial object to a python anndata.
When I try to use
diopy.input.read_h5()I get an errorNameError: name 'diopy' is not definedI tried to install with
!pip install diopyand it says that it installed succesfully so I dont know why this is happening.I am converting an R spatial object to a python anndata.