Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/340.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在R中运行TensorFlow时发现错误的python体系结构_Python_R_Tensorflow_Architecture_Rstudio - Fatal编程技术网

在R中运行TensorFlow时发现错误的python体系结构

在R中运行TensorFlow时发现错误的python体系结构,python,r,tensorflow,architecture,rstudio,Python,R,Tensorflow,Architecture,Rstudio,我在Anaconda364位中使用RStudio版本1.1.456,并尝试在R中运行TensorFlow。 我正在conda环境中运行python版本3.6.10 使用安装tensorflow library(tensorflow) install_tensorflow(envname = 'rstudio') 成功地完成了 test尝试安装小型“miniconda”Python发行版。您可以使用网状软件包中的安装\u miniconda()功能来完成此操作。这为我解决了问题

我在Anaconda364位中使用RStudio版本1.1.456,并尝试在R中运行TensorFlow。 我正在conda环境中运行python版本3.6.10

使用安装tensorflow

library(tensorflow)
install_tensorflow(envname = 'rstudio')
成功地完成了


test尝试安装小型“miniconda”Python发行版。您可以使用
网状软件包中的
安装\u miniconda()
功能来完成此操作。这为我解决了问题