SydneyBioX / BIDCell

Biologically-informed deep learning for cell segmentation of subcelluar spatial transcriptomics data
Other
33 stars 4 forks source link

Cannot run example data on Windows system #6

Open Lixinyoung opened 5 months ago

Lixinyoung commented 5 months ago

I tried to run example data on a windows 10 system. The code would raise an error "local variable referenced before assignment" after the preannotate() function finish multiprocess part. I know this is a windows system problem because I can run the code smoothly on a linux system. So I wonder if you could make some modification on the multiprocess part for windows because, as far as I know, windows are not the same as linux when handling forks. Thank you.