无法在 R 中安装 Keras 和 Tensorflow
我一直在尝试将Tensorflow和Keras安装在Rstudio中,没有成功,总是有相同的错误。
非常感谢。
这是我的代码:
devtools :: install_github(“ rstudio/tensorflow”) devtools :: install_github(“ rstudio/keras”)
库(keras) 图书馆(张量) install_tensorflow() tensorflow
:: install_tensorflow(方法= match.arg(method),conda = conda,:: 无法在此平台上安装TensorFlow。仅适用于64位平台的Binary安装。
我正在运行一个64位平台,我不明白如何解决此问题。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论