Open renyuan1988 opened 1 year ago
This could be a package version mismatch. I would try creating a conda environment from scratch https://github.com/BayraktarLab/cell2location#installation.
However, I see that torch, scvi, cell2location, pytorch-lightning versions look ok.
This could also be an issue with incorrectly working conda environment. Try command line export PYTHONNOUSERSITE="literallyanyletters"
before activating conda environments and before installing packages.
Hi Thanks so much for your quick reply. I'm 100% sure that I ran the command line export PYTHONNOUSERSITE="literallyanyletters" before my operation, so I decided to reinstall the conda environment. unfortunately, I can't open the weblink you offered. Could you provide me the installation commands in detail? Thanks!
Hi I have rebulit the conda envrionment from scratch and the GPU problem has been solved, everthing went fine in the single slide test. I'm going to test multiple slides, yet I 'm a little confused about the slides combination codes you have offered. I have no idea about the correct format of the annotation csv file, could you give me some detail instrutions about this?
Hi Thanks very much for developing such a briliant package. I met an error in the mod train module and hoping you could give me some clues. Currently I am using the HPC cluster in our institution which has a GPU node (48 cores/4*NV-A100-40G). I did my job in a jupyter notebook and when I came to the "mod.train" module , in the "Estimation of reference cell type signatures (NB regression)", and ran the following code: mod.train(max_epochs=250, use_gpu=True), it retured the error: