【发布时间】:2014-02-12 19:16:50
【问题描述】:
我正在尝试安装 rpy2 包并同时出现以下错误
error: Setup script exited with error: command '"C:\Program Files\Microsoft Visu
al Studio 9.0\VC\BIN\cl.exe"' failed with exit status 2
【问题讨论】:
我正在尝试安装 rpy2 包并同时出现以下错误
error: Setup script exited with error: command '"C:\Program Files\Microsoft Visu
al Studio 9.0\VC\BIN\cl.exe"' failed with exit status 2
【问题讨论】:
在windows机器上安装rpy2总是很麻烦,没有官方二进制。
我建议您尝试著名的 Christoph Gohlke 存储库: http://www.lfd.uci.edu/~gohlke/pythonlibs/#rpy2
或 python 分布,例如 Anaconda:http://continuum.io/downloads
【讨论】: