`Hi, I my code does work if I use cache=False
WT = sc.read_10x_mtx('/Users/sandb/OneDrive/UCB/result/scRNAseq/1strun/WT', var_names='gene_symbols', cache=False)
but when I change chache=True
WT = sc.read_10x_mtx('/Users/sandb/OneDrive/UCB/result/scRNAseq/1strun/WT', var_names='gene_symbols', cache=True)
I have OS error. OSError Traceback (most recent call last)
OSError: Unable to create file (unable to open file: name = '-Users-sandb-OneDrive-UCB-result-scRNAseq-1strun-WT-matrix.h5ad', errno = 22, error message = 'Invalid argument', flags = 13, o_flags = 302
Is there anyway to fix it?
I could not fix for a week...
Thanks!