OmicsML / CellPLM

Official repo for CellPLM: Pre-training of Cell Language Model Beyond Single Cells.
BSD 2-Clause "Simplified" License
61 stars 5 forks source link

Meet an error when using CellPLM #12

Open HelloWorldLTY opened 3 months ago

HelloWorldLTY commented 3 months ago

Hi, I tried to install CellPLM based on conda. However, here is one problem:

When runnning: 12 import rapids_singlecell as rsc # For faster evaluation, we recommend the installation of rapids_singlecell.

 cannot import name 'cusparse' from 'cupyx' 

Any ideas will be appreciated. Thanks a lot.

beeevita commented 2 months ago

I meet the same problem.