Displaying 1 result from an estimated 1 matches for "_rpy2151".
Did you mean:
_rpy2031
2012 Jul 17
1
python-rpy DEB broken - but hopefully easy to fix
...roject.org/bin/linux/ubuntu/ and saw the note that this
package is experimental but you are happy to receive feedback on it.)
After adding the appropriate CRAN repo:
% sudo apt-get install python-rpy
[ ... installs various dependencies ... ]
% echo import rpy | python
RuntimeError: No module named _rpy2151
RPy module can not be imported. Please check if your rpy
installation supports R 2.15.1. If you have multiple R versions
installed, you may need to set RHOME before importing rpy. For
example:
>>> from rpy_options import set_options
>>> set_...