Closed yangqi1999 closed 1 year ago
It seems like a recent pandas update broke everything. Can you post the output of pip list
here?
I'm very sorry forgot this issue. This is the pip list in my env. pip.txt
Can you try reinstalling samap from the latest github source in a fresh environment? Let me know if that doesn't fix the problem.
OK, I'll show the latest result here.
Thanks, I have solved this problem after updating the pandas from 1.0.0 to 1.3.5.
Hi, atarashansky. I performed the code
gpf = GenePairFinder(sm,keys=keys)
to find the gene pairs that are enriched in pairs of cell types. While I got an ERROR thattype object 'object' has no attribute 'dtype'
. The error information are as follows :How can I solve this problem ?
Many thanks,
Yang