devtools::install_github("rstudio/keras") library(keras) system("conda config --set ssl_verify false") # get past conda sslerror's install_keras(tensorflow = "gpu ...
Just tried to install keras but got a problem. Just to narrow it down as much as possible, these were my steps: installation of R 3.5.2 installation of RStudio 1.1.463 installation of Python 3.6 (only ...