1
vote
3answers
117 views

Installing rpy2 without admin privileges

I am having trouble installing the Python package rpy2. I have already compiled R as a shared library, but I do not have admin priviledges so I am trying to install rpy2 with: pip install -user rpy2 ...
0
votes
0answers
58 views

Installing RPy (NOT Rpy2) on OSX 10.6 gcc fails

I have an image analysis software which depends on an older version of rpy (1.0.3) To get it to work rpy must be installed. The code it was written in is based on rpy, when I tried rpy2 with it, it ...
3
votes
3answers
642 views

error installing rpy2 on os x 10.6: unable to execute gcc-4.0

I am attempting to install rpy2 using pip with: $ sudo pip install rpy2 which exits with an error: gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch ppc -arch i386 -g -O2 -DNDEBUG -g ...