Does `reticulate` work in ML Azure?

I've been trying to debug my code that works on local machine, but not on ML Azure.

It's giving me a lot of this error:

Warning in .Call("rs_registerShinyFunction", params) :
  converting NULL pointer to R NULL

After much digging, I came short but a guess that Python object failed convert to R object and/or vice versa. Could this be the case?

This topic was automatically closed 21 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.