We are using conda environment for our web application using r-reticulate package and it is running fine in our local computer....
library(reticulate)
use_condaenv("r-reticulate")
however when deploy the same application to shinyapps.io webserver we get an error " Warning: Error in : Unable to find conda binary. Is Anaconda installed?"...can some one help us to resolve this issue please?
Hi @psrinivaskumar, I don't think it's possible to use conda environment on shinyapps.io
You can find a list of system packages that is installed in the documentation
Python is installed, so you should be able to run python code without using conda.