maqingyue
maqingyue
I have the same error reported, but it appears in the computeCommunProb function. Is there an exact solution?" > cellchat
There is no other error reporting information. This is the entire process. > a sce writeH5AD(sce, file = 'D:/filtered_featured_bc_matrix.h5ad') Error in installConda() : conda installation failed with status code '2'
@LTLA , This is the result of my following your instructions. Browse[6]> paste(c(tmploc, inst_args)) [1] "C:/Users/maqingyue/AppData/Local/R/cache/R/basilisk/Miniconda3-py37_4.8.3-Windows-x86_64.exe" [2] "/InstallationType=JustMe" [3] "/AddToPath=0" [4] "/RegisterPython=0" [5] "/S" [6] "/NoRegistry=1" [7] "/D=C:\\Users\\MAQING~1\\AppData\\Local\\R\\cache\\R\\basilisk\\18E761~1.1\\0" Browse[6]> Error...
@vjcitn , There is still space on my disk. This is my personal computer, and I should have installation permissions. Is the example (basiliskRun) you mentioned the following code? I...
@vjcitn , I really don't have the corresponding output. Errors are almost identical. I don't know why personal computer need to be modified to allow user-level conda. Is the change...
@vjcitn, the result of reticulate::py_config() is following: > reticulate::py_config() python: C:/Users/maqingyue/AppData/Local/r-miniconda/envs/r-reticulate/python.exe libpython: C:/Users/maqingyue/AppData/Local/r-miniconda/envs/r-reticulate/python38.dll pythonhome: C:/Users/maqingyue/AppData/Local/r-miniconda/envs/r-reticulate version: 3.8.13 | packaged by conda-forge | (default, Mar 25 2022, 05:59:00) [MSC v.1929 64...
@vjcitn , @LTLA , Thank you for your patience and I will continue to try to solve this problem.