"Error in path.expand(path) : invalid 'path' argument"

Hi there

I am trying to use the R Keras package. In the models.r file I try to install Keras using the following commands:

require(keras)
install_keras()

However, along the way this fails with the following Reticulate error:

“Error in path.expand(path) : invalid ‘path’ argument”

Could you please assist?

Many thanks

Hi @za613

Can I just confirm that you have added keras to your install.R script as well?

Hi @alfarzan

Thanks for the reply. confirmed, it is in the install.R script.