Skip to content

pandas version conflict #281

Description

@GatewayPhd
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions