bioinfo-ibms-pumc / SCSA

SCSA: cell type annotation for single-cell RNA-seq data
GNU General Public License v3.0
80 stars 15 forks source link

Issues using pandas >2.0 and pickle load #29

Open Flope opened 1 year ago

Flope commented 1 year ago

Hi, I am getting the following error: "ModuleNotFoundError: No module named 'pandas.core.indexes.numeric'"

It seems that is caused by the latest pandas. https://softhints.com/python-3-importerror-no-module-named-pandas-indexes/

I had to downgrade pandas to 1.5.3 to make it work.

Thanks for the software Francesc

krayon4river commented 9 months ago

yeah,it works after downgrade!!