Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.51 KB | None | 0 0
  1.  python setup.py install
  2. RHOMES= ['/Library/Frameworks/R.framework/Versions/2.13/R']
  3. DEBUG= True
  4. Traceback (most recent call last):
  5.   File "setup.py", line 109, in <module>
  6.     RVERSION = rpy_tools.get_R_VERSION(RHOME, force_exec=True)
  7.   File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/rpy-1.0.3/rpy_tools.py", line 103, in get_R_VERSION
  8.     raise RuntimeError("Couldn't obtain version number from output\n"
  9. RuntimeError: Couldn't obtain version number from output
  10. of `R --version'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement