Não é possível instalar o rpy2 no Ubuntu 14.04, faltando R_ext / Rallocators.h:

4

Eu corro sudo pip install rpy2 e recebo a seguinte saída de erro.

    ./rpy/rinterface/r_utils.c:32:31: fatal error: R_ext/Rallocators.h: No such file or directory
     #include <R_ext/Rallocators.h>
                                   ^
    compilation terminated.
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

    ----------------------------------------
Command "/usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-8KDxsc/rpy2/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-06pcwE-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-8KDxsc/rpy2

Eu fiz o melhor que pude para instalar todas as dependências relevantes. Aqui estão minhas versões:

selah@selah-OptiPlex-9020:~$ python --version
Python 2.7.6
selah@selah-OptiPlex-9020:~$ R --version
R version 3.0.2 (2013-09-25) -- "Frisbee Sailing"
    
por Selah 02.10.2015 / 23:08

1 resposta

3

A versão mais recente / atual do rpy2 requer uma versão mais recente do R (a última versão atual do R é 3.2.x)

    
por lgautier 03.10.2015 / 17:19

Tags