R - Install tensorflow - The system cannot find the path specified

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

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.