Open HypoChloremic opened 4 years ago
I had the same issue and I think I narrowed it down to a python versioning issue. I was running an older version of Python (3.6) and in newer versions of python this issue was fixed, specifically by this commit.
Yes, this should be addressed in python 3.8 I heared, but we are also working on internally mitigating this, I will keep you posted!
Hi, I have the same issue. Are there any solutions already?
I was using
diffxpy
to find marker-genes for a cluster vs all other clusters in a scRNA-dataset stored inadata
. When performing the following:The following error is produced, which I do not know how to resolve:
I have noted that there are similar issues involving
multiprocessing
but I haven't had the time to check them out in detail.(
de.__version__ = 'v0.7.4'
,sc.__version__ = '1.4.6
)