Open Shunya15 opened 9 months ago
Hi @Shunya15,
I just did some google search and seemed to find a similar problem (https://github.com/scverse/scanpy/issues/1652), they suggested to update numba version v0.53 and may solve the problem.
Just some of my personal thoughts, I found it's becoming harder and harder to have one set of python dependencies that are guaranteed to work for every python major verstion, it's a big headable to manually tweaking and debugging.
For myself, I always use a fresh conda envionrment with python3.7 for scTriangulate, and so far 95% of time it works very smoothly. Although other python versions should work as well, it may require some tweaking for your environment.
Let me know if I can help with anything else!
best, Frank
Hello,
I'm going through the tutorial (https://sctriangulate.readthedocs.io/en/latest/tutorial.html), with provided h5 file (http://altanalyze.org/scTriangulate/scRNASeq/pbmc_10k_v3.h5). I use Jupyter notebook (Python 3.9.18) and work in a server - 8 cores and memory of 128GB
3.9.18 | packaged by conda-forge | (main, Dec 23 2023, 16:33:10) [GCC 12.3.0]
Here is the error that I faced.
adata = scanpy_recipe(adata,is_log=False,resolutions=[1,2,3],pca_n_comps=50,n_top_genes=3000)
I tried with memory of 300GB, but the same error message appeared.