JackieHanLab / TOSICA

Transformer for One-Stop Interpretable Cell-type Annotation
MIT License
121 stars 23 forks source link

Cannot import TOSICA due to issue with np.long #15

Open niklasbinder opened 11 months ago

niklasbinder commented 11 months ago

When import TOSICA I get AttributeError: module 'numpy' has no attribute 'long'. If I downgrade my numpy version I get other compatibility issues.

JiaweiChenGo commented 10 months ago

We have also encountered this error, which was solved by downgrade the numpy version in my case. I hope it was helpful.

niklasbinder commented 10 months ago

Thank you @JiaweiChenGo , to which numpy version did you downgrade?

JiaweiChenGo commented 4 months ago

My numpy version is 1.19.2