1 year ago
#375097
iguana overlord
Unable to install Keras and Tensorflow in R
I have been trying to install both tensorflow and keras in Rstudio with no succes, always having the same error.
Many thanks in advance.
This is my code:
devtools::install_github("rstudio/tensorflow") devtools::install_github("rstudio/keras")
library(keras) library(tensorflow) install_tensorflow() install_keras()
Error in tensorflow::install_tensorflow(method = match.arg(method), conda = conda, : Unable to install TensorFlow on this platform.Binary installation is only available for 64-bit platforms.
I am running a 64 bit platform, I dont understand how to fix this.
tensorflow
keras
rstudio
64-bit
0 Answers
Your Answer