You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just did some google search and seemed to find a similar problem (scverse/scanpy#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.
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.
The text was updated successfully, but these errors were encountered: