I am new to Linux and am having serious problems installing Rpy2. I had old versions of Rpy2 installed by the synaptic package manager, but I needed an updated version and deleted it (all the files in the Rpy2 directory, as described in the Rpy2 documentation). I downloaded tar.gz. from SourceForge and ran this code:
tar -xzf rpy2-2.1.8.tar.gz cd rpy2-2.1.8 python setup.py build install
It seemed like it was copying the files as it should, but then a few pages of error messages ( in bold ) just start to float:
running build_ext Configuration for R as a library: include_dirs: ('/usr/share/R/include',) libraries: ('lapack', 'blas', 'R') library_dirs: ('/usr/lib/R/lib',) extra_link_args: ()
I hope you help me.
Thanks Lasse
source share