bioinfo-ibms-pumc / SCSA

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

MultiIndex has no single backing array. Use 'MultiIndex.to_numpy()' to get a NumPy array of tuples. #19

Open YizhenChen opened 3 years ago

YizhenChen commented 3 years ago

I was trying the Seurat example and got this value error: ValueError: MultiIndex has no single backing array. Use 'MultiIndex.to_numpy()' to get a NumPy array of tuples.

Did anyone experience the same issue?

Giussi22 commented 3 years ago

Hi I experienced the same ValueError, but could not solve the issue yet.

bioinfo-ibms-pumc commented 3 years ago

Sorry, I can't trace the bug. Could you please send me your csv file?

lyjq2003 commented 3 years ago

I had the same error. Downgrade pandas to 1.2.4 can solve this problem.

mdidish commented 3 years ago

I had the same error. Downgrade pandas to 1.2.4 can solve this problem.

Thank you you solved my problem (with python 3.8.10)!