【问题标题】:The system cannot find the file specified? Using R Studio from Anaconda (Python.exe)该系统找不到指定的文件?使用 Anaconda 的 R Studio (Python.exe)
【发布时间】:2021-03-13 14:01:08
【问题描述】:

我目前正在 RStudio 中训练数据并抛出此错误消息:

path[1]="D:\Anaconda3\envs\rstudio/python.exe": The system cannot find the file specified2020-12-01 10:56:44.908067: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_101.dll

似乎没有找到 Python.exe?谁能指导我如何解决这个问题?提前谢谢你!

【问题讨论】:

  • 你解决过这个问题吗?我遇到了与 python.exe 不在指定文件夹中相同的问题。
  • @Comte,我能够从 github 论坛找到解决方案。我会提供链接:github.com/rstudio/keras/issues/834
  • 非常感谢您回复我。实际上,我通过从 anaconda 文件夹中的另一个文件夹复制当前版本的 python.exe 并将其放到上面的路径中来解决这个问题。在尝试 github 建议之前。

标签: python r anaconda rstudio


【解决方案1】:

我假设这很可能是因为您的字符串同时包含 \ 和 / 它不能正确解析路径,尽管如果没有任何周围的代码或使用它当然很难确定。

【讨论】:

  • 嗨@Tarranoth!这不是代码,这是实际的错误消息。我不确定这可能是环境问题。
猜你喜欢
  • 1970-01-01
  • 2013-12-26
  • 1970-01-01
  • 2015-04-05
  • 1970-01-01
  • 2019-11-21
  • 2017-06-20
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多