App Aborts Due Python Related Error

Hello,
I've been facing some issues in deploying shinny apps that use python libraries, specifically Keras, Tensorflow. I have an shiny app that loads an image that is then classified by a CNN model and the result is then printed in the screen. Running locally this app does not pose any issue.

After lots of search and reading I understand now that I need to setup a few things more regarding the environments and paths.

In previous topics of mine and other places in the internet, I see this app being recommended to address "deploying shinyapps using python":https://github.com/ranikay/shiny-reticulate-app

I tried to run it without any kind of modification and get this error message in the console and the app aborts (also tried to replace my app code in it, but the result is as expected the same):

Listening on http://127.0.0.1:7450
Warning in system2(python, args, stdout = TRUE, stderr = FALSE) :
  running command '"python3" -E -c "import platform; print(platform.python_version())"' had status 9009
Warning: Error in if: argument is of length zero
  49: virtualenv_module
  48: reticulate::virtualenv_create
  47: server [C:\Users\pedro.david\Documents\1.R_projects\shiny-reticulate-app-master/server.R#18]
Error in if (py_version >= "3.6") modules <- c("venv", modules) : 
  argument is of length zero

Thanks for your help

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.