Error: Unhandled Exception with rsconnect

I'm trying to deploy a shiny app that is sourcing python code using reticulate

deployApp(python=C:/ProgramData/Anaconda3/python.exe)

I came across this error when attempting to deploy my app to shinyapps.io.
I couldn't find a solution that helped me unfortunately.

Uploading bundle for application: 1015497...DONE
Deploying bundle: 2209085 for application: 1015497 ...
Waiting for task: 628303540
  building: Processing bundle: 2209085
  error: Parsing manifest
################################ Begin Task Log ################################ 
################################# End Task Log ################################# 
Error: Unhandled Exception: Child Task 628303543 failed: Error parsing manifest: Schema validation failed: Additional properties are not allowed (u'python' was unexpected) at

Not sure how to troubleshoot this.

Hi @charliesusername, what do you see if you open R/Rstudio and type Sys.which("python")?

Also, what do you see if you enter system("python -m pip help")?

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