scarches_model = sca.models.SCVI.load_query_data(
adata=adata_to_map_augmented,
reference_model="./reference_model",
freeze_dropout=True,
)
"...ModuleNotFoundError: No module named 'pandas.core.indexes.numeric'"
my pandas version: 2.2.2
It seems that in the lastest version of pandas, the module pandas.core.indexes.numeric does not exist. Should I reinstall and change to an older version? Or is there any other solution?Thanks.
"...ModuleNotFoundError: No module named 'pandas.core.indexes.numeric'"
my pandas version: 2.2.2
It seems that in the lastest version of pandas, the module pandas.core.indexes.numeric does not exist. Should I reinstall and change to an older version? Or is there any other solution?Thanks.