rpy2 install on windows 7

前端 未结 9 893
轮回少年
轮回少年 2020-11-27 02:50

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 <

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-27 03:27

    The install script setup.py is telling that a problem was met when running

    "C:\PROGRA~1\R\R-215~1.2\bin\R" CMD config --ldflags

    Open a terminal, paste that command, check what the error is.

    As you edited the question with the output the problem seems to be that while running that command as a subprocess from python setup.py install an empty string is returned while when running the command from a terminal there is an output. I am also reading from the output from the terminal that cygwin is involved. May be this is the problem ?

提交回复
热议问题