deploy Shiny app using Reticulate

I am trying to deploy Shiny app using reticulate. The app runs fine locally, but when I try to deploy I get the following error.
Error in value[3L] :
Unable to find conda binary. Is Anaconda installed?

I have also tried using virtualenv which gives me another error.
Has anyone been successful deploying an app using reticulate?