Hi everyone
I´m having a big problem during the installation of tensorflow in R. This is what I get:
Error in normalizePath(path.expand(path), winslash, mustWork) :
path[1]="C:/PROGRA3/ANACON1/Scripts/conda.exe": The system cannot find the path specified
This is the software::
R 4.1.1
Anaconda 4.11.0
This is the code I have used for the installation:
install.packages("reticulate")
install.packages("remotes")
library("reticulate")
remotes::install_github("rstudio/tensorflow")
library(tensorflow)
install_tensorflow(version = "2.0.0b1", method = "conda", envname = "r-reticulate")
I have tried different versions of anaconda and of Rtools and R studio. I have followed all the suggestions described here:
"Error: Python path was not found #834". Including the final sugestion by barak8p. Nothing works....
Thank you