这就是我尝试使用R studio安装tensorflow的方法。
install.packages("tensorflow")
library(tensorflow)
install_tensorflow()
这是我得到的错误:
>> library(tensorflow)
>> install_tensorflow()
准备安装(必要时更新点子) E:\ python \ python.exe:没有名为pip的模块 错误:更新pip时出错1 另外:警告信息: 运行命令'“E:\ python \ python.exe”-m pip install --upgrade pip'stree status 1
有没有人知道该怎么做?
答案 0 :(得分:0)
检查您的计算机上是否安装了python。如果没有,请安装它并尝试再次安装tensorflow