devtools::install_github("rstudio/keras") library(keras) system("conda config --set ssl_verify false") # get past conda sslerror's install_keras(tensorflow = "gpu ...
The Py_SetPath call changes the embedded pathing. As far as I can tell it needs both the python.exe directory and the python directory/python3.XX after unzipping python3.XX.zip where the modules are ...