Error when installing rpy2 module in Python with easy_install

后端 未结 2 1625
青春惊慌失措
青春惊慌失措 2020-12-11 13:12

I\'ve been trying to install the rpy2 module so I can use R functions inside my Python script, but I\'m getting an error after following the advice from these pages:

2条回答
  •  南笙
    南笙 (楼主)
    2020-12-11 13:44

    Installing rpy2 on windows is straight forward using conda

    conda install rpy2
    

提交回复
热议问题