I run Python v2.7.8and R v3.0.2 (2013-09-25) -- "Frisbee Sailing"on my initial 64-bit OS Freya (based on Ubuntu 14.04).
I am trying to install a package rpy2using:
pip install rpy2
and error with error:
Failed to create wheel for rpy2
Below, I also see:
Error: gcc command failed with exit status 1
The full conclusion is here .
I already tried:
sudo apt-get install python-dev libevent-dev python3-dev
but the error remains.
I know it pipworks because I've found numpy, matplotlib, scipyand other packages using it.
source
share