How to use conda environment in shinyapps.io

HI,

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.

conda is not available on shinyapps.io
You should be able to use use_virtualenv though.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.