Hello,

I am having trouble installing rpy2. I do not have admin priviledges so I
am trying to install it with:

pip install -user rpy2

but I am getting the following error:

========================================
./rpy/rinterface/_rinterface.c:86:31: fatal error: readline/readline.h: No
such file or directory

compilation terminated.

error: command 'gcc' failed with exit status 1
========================================

I have already downloaded readline, and compiled it to:

/some/path/readline-6.2

How can I make rpy2 aware of this location to avoid this header compilation
error?

---
Background info:
Note hat I have already compiled R as a shared library.
make distclean
./configure --enable-R-shlib
make
make install
---

Thanks!

James
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to