I am trying to use the new monocle3 program in R (version 3.6) and trying to use a cluster_cells function which utilizes Louvain community detection. When I try to run the below code it does not seem to work.
I am pretty sure I have installed Louvain properly on my Mac using anaconda in my terminal.
cds <- cluster_cells(cds, resolution=c(10^seq(-6,-1))) Error in value[3L] : Could not find louvain Python package. Please pass the python home directory where louvain is installed with python_home argument.