0

I tried to install r and rpy2 in a linux machine with anaconda so that I could use r package methods with python. However, I got this error:

>conda install -c r r-essentials
...
r-rcolorbrewer 1.1_2: ############################################################################################################## | 100% 
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
Segmentation fault

I got the so called segmentation fault... Does Anyone know what might have happen? Thank you.

user40780
  • 1,828
  • 7
  • 29
  • 50

1 Answers1

0

most likely you have a stand alone RStudio installation, which doesn't play nicely with R via conda. remove the standalone version, and only install rpy2 via conda. See here

Eitan Rousso
  • 181
  • 1
  • 5