简体   繁体   English

如果我已经安装了Anaconda Python,如何在R中使用TensorFlow?

[英]How to use TensorFlow in R if I have Anaconda Python already installed?

In the guide about using TensorFlow in R, they suggest not to use the Anaconda TensorFlow installation. 有关在R中使用TensorFlow指南中,他们建议不要使用Anaconda TensorFlow安装。 Does this mean Anaconda Python cannot coexist with using TensorFlow in R? 这是否意味着Anaconda Python无法与在R中使用TensorFlow共存?

There is an issue using anaconda along with R. Please follow this link for more info. 使用anaconda和R时出现问题。请单击链接以获取更多信息。

Directly from the link above: 直接从上面的链接:

TensorFlow for R is currently only compatible with OS X and Linux (support for Windows will likely be added over the next few months). TensorFlow for R目前仅与OS X和Linux兼容(在接下来的几个月中可能会增加对Windows的支持)。

You should NOT install TensorFlow with Anaconda as there are issues with the way Anaconda builds the python shared library that prevent dynamic linking from R. There are potential solution to the above problem see this for more details. 您不应该将TensorFlow与Anaconda一起安装,因为Anaconda构建python共享库的方式存在问题,阻止了来自R的动态链接。上述问题有潜在的解决方案,请参阅以获取更多详细信息。

This is no longer an issue, the documentation was updated too. 这不再是问题,文档也已更新。

See here: https://github.com/rstudio/tensorflow/commit/4e1e11d6ba2fe7efe1a03356f96172dbf8db365e 看到这里: https : //github.com/rstudio/tensorflow/commit/4e1e11d6ba2fe7efe1a03356f96172dbf8db365e

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如果我已经安装了 Anaconda 发行版并想使用其他文本编辑器,是否需要安装 Python? - Do I need to install Python if I already have the Anaconda distribution installed and want to use other text editors? 安装 anaconda 是否与已安装的 Python3 和 R 冲突? - Does installing anaconda conflict with Python3 and R already installed? anaconda 安装已安装 python - anaconda installation with python already installed 如何在R中使用keras使用Python安装的tensorflow - How to make keras in R use the tensorflow installed by Python 如何使用已经安装的 Python? - How to use an already installed Python? 如何配置 Pycharm 以使用 Anaconda 中已安装的软件包? - How to configure Pycharm to use packages already installed in Anaconda? 我已经安装了 MSYS2 和 Anaconda3,那么如何在 MSYS2 上使用 conda? - I have installed MSYS2 and Anaconda3, then how can I use conda on MSYS2? 当已经在C:\\ path \\ Anaconda3 \\…中安装软件包时,如何为C:\\ Python27安装软件包(或使用现有软件包)? - How to install packages (or use existing packages) for C:\Python27 when these are already installed in C:\path\Anaconda3\…? 如果我已经有PyCharm,我是否需要安装Anaconda? 如果是这样,他们会一起工作吗? - Do I need Anaconda installed if I already have PyCharm? If so will they work well together? 我如何获得IDLE(Python)以使用Anaconda(Windows 7 32bit)安装的软件包? - how can i get IDLE (Python) to use packages installed by anaconda (windows 7 32bit)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM