On 11 December 2017 at 19:37, Matthew Woodcraft wrote: | Package: python-rpy | Version: 1.0.3-30 | Severity: grave | | Installing and importing the stretch version of python-rpy fails with the | stretch version of R: | | « | apt install python-rpy | python | Python 2.7.13 (default, Nov 24 2017, 17:33:09) | [GCC 6.3.0 20170516] on linux2 | Type "help", "copyright", "credits" or "license" for more information. | >>> import rpy | Traceback (most recent call last): | File "<stdin>", line 1, in <module> | File "/usr/lib/python2.7/dist-packages/rpy.py", line 134, in <module> | """ % RVERSION) | RuntimeError: No module named _rpy3033 | | RPy module can not be imported. Please check if your rpy | installation supports R 3.3.3. 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_options(RHOME='c:/progra~1/r/rw2011/') | >>> from rpy import * | » | | I see python-rpy is providing _rpy3011.so, not _rpy3033.so .
It's probably been time to retire rpy a few times over by now. It has been unmaintained upstream for a decade or longer. I also maitain rpy2, which recently switched to support python3 only so a "maintained fork" of rpy2 for python2, frozen at the last such version, also exists. Dirk | | | -- System Information: | Debian Release: 9.3 | APT prefers stable-updates | APT policy: (500, 'stable-updates'), (500, 'stable') | Architecture: amd64 (x86_64) | | Kernel: Linux 4.9.0-4-amd64 (SMP w/4 CPU cores) | Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8) | Shell: /bin/sh linked to /bin/dash | Init: systemd (via /run/systemd/system) | | Versions of packages python-rpy depends on: | ii libc6 2.24-11+deb9u1 | ii python 2.7.13-2 | ii python-numpy [python-numpy-abi9] 1:1.12.1-3 | ii r-base-core 3.3.3-1 | | python-rpy recommends no packages. | | Versions of packages python-rpy suggests: | pn python-rpy-docs <none> | | -- no debconf information -- http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org