I finally successfully installed Keras and TensorFlow in R but when I check TensorFlow l I have an error about Python. With the initial installed Python 3.6 I have this message so I updated Python to get the latest version (3.8) but still same error message. I have no idea how to solve it.
library(reticulate)
library(tensorflow)
tf$constant("Hellow Tensorflow")
> tf$constant("Hellow Tensorflow")
Error: Python module tensorflow was not found.
Detected Python configuration:
python: C:/Users/Mezeix/AppData/Local/r-miniconda/envs/r-reticulate/python.exe
libpython: C:/Users/Mezeix/AppData/Local/r-miniconda/envs/r-reticulate/python38.dll
pythonhome: C:/Users/Mezeix/AppData/Local/r-miniconda/envs/r-reticulate
version: 3.8.5 | packaged by conda-forge | (default, Jul 31 2020, 01:53:45) [MSC v.1916 64 bit (AMD64)]
Architecture: 64bit
numpy: C:/Users/Mezeix/AppData/Local/r-miniconda/envs/r-reticulate/Lib/site-packages/numpy
numpy_version: 1.19.1