I have a problem with Tensorflow installation in R (I use RStudio-1.3.1073) where the old Python version 3.6 is installed. I would like 3.7. How to change it ?
Here the step I used:
I download Tensorflow in R and I got tensorflow_2.2.0.zip using:
> install.packages("tensorflow")
Then I install Tensorflow and in r-reticulate folder I got Python 3.6 as detailled:
What is you installed python version currently ? It seems you have miniconda install.
Also in install_tensorflow you have conda_python_version argument that defaults to 3.6. You may try to change that. look at ?tensorflow::install_tensorflow()
If your question's been answered (even by you!), would you mind choosing a solution? It helps other people see which questions still need help, or find solutions if they have similar problems. Here’s how to do it: