TensorFlow installed but not find in R

I installed TensorFlow but R cannot find it and whatever the installation type.

Installation type:

library(keras)
install_keras(
  method = "conda",
  conda = "auto",
  version = "default",
  tensorflow = "default")

or

install.packages("tensorflow")
library(tensorflow)
install_tensorflow()

No TensorFlow is displayed:

> py_discover_config("tensorflow")
python:         C:/Users/Mezeix/AppData/Local/r-miniconda/envs/r-reticulate/python.exe
libpython:      C:/Users/Mezeix/AppData/Local/r-miniconda/envs/r-reticulate/python36.dll
pythonhome:     C:/Users/Mezeix/AppData/Local/r-miniconda/envs/r-reticulate
version:        3.6.10 |Anaconda, Inc.| (default, May  7 2020, 19:46:08) [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

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.