package ‘install_tensorflow()’ is not available (for R version 4.0.2)

I need some assistance please, what could be the issue.
install.packages("install_tensorflow()")
Installing package into ‘C:/Users/MUTUMA 'Prof'/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘install_tensorflow()’ is not available (for R version 4.0.2)


Split form Problem with Python PATH (3.6 instead of 3.8) in R for Tensorflow/Keras used

The function install.packages('NAMED_PACKAGE') is an R function that installs NAMED_PACKAGE. While the function install_tensorflow() is a function in the tensorflow package to Install TensorFlow And Its Dependencies. I think you got your installation instructions a little mixed up.

Here's a step by step guide.
https://tensorflow.rstudio.com/installation/

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.