I'm trying to install rpy2 on my computer, but I wasn't able to do it.
I downloaded the source package and I tryed to install Rpy2 (rpy2-2.3.2) using the command python setup.py install
. This is the result:
running install
running build
running build_py
running build_ext
"C:PROGRA~1RR-215~1.2inR" CMD config --ldflags
"C:PROGRA~1RR-215~1.2inR" CMD config --cppflags
"C:PROGRA~1RR-215~1.2inR" CMD config LAPACK_LIBS
returned an empty string.
"C:PROGRA~1RR-215~1.2inR" CMD config BLAS_LIBS
returned an empty string.
Configuration for R as a library:
include_dirs: ('C:/PROGRA~1/R/R-215~1.2/include/i386', 'C:/PROGRA~1/R/R-215~1.2/include')
libraries: ('R',)
library_dirs: ('C:/PROGRA~1/R/R-215~1.2/bin/i386',)
extra_link_args: ()
# OSX-specific (included in extra_link_args)
framework_dirs: ()
framework: ()
building 'rpy2.rinterface._rinterface' extension
creating buildemp.win32-2.7
creating buildemp.win32-2.7Release
creating buildemp.win32-2.7Release
py
creating buildemp.win32-2.7Release
py
interface
C:Rtoolsgcc-4.6.3ingcc.exe -mcygwin -mdll -O -Wall -DWin32=1 -I.
py
interface -IC:Python27include -IC:Python27PC -IC:/PROGRA~1/R/R-215~1.2/include/i386 -IC:/PROGRA~1/R/R-215~1.2/include -c .
py
interface\_interface.c -o buildemp.win32-2.7Release.
py
interface\_rinterface.o
cc1.exe: error: unrecognized command line option '-mcygwin'
error: command 'gcc' failed with exit status 1
I also tried with build install
and easy_install
without success. I have R 2.15.2, Python 2.7.2 and Windows 7 (32 bit).
What am I doing wrong?
PS.if I paste that command, the result is:
cygwin warning:
MS-DOS style path detected C:PROGRA~1RR-215~1.2inconfig.sh
Preferred POSIX equivalent is: /cygdrive/c/PROGRA~1/R/R-215~1.2/bin/config.sh
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
-LC:/PROGRA~1/R/R-215~1.2/bin/i386 -lR
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…