无法在 R 中安装 Keras 和 Tensorflow

发布于 2025-01-18 22:30:40 字数 385 浏览 3 评论 0原文

我一直在尝试将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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文