Install rpy2 returns an error
I am using Linux, Debian based, and trying to install rpy2 with pip3. When type: sudo pip3 install rpy2 I get user@huayra:~$ sudo pip3 install rpy2 Collecting rpy2 Using cached rpy2-2.9.2.tar.gz Complete output from command python setup.py egg_info: Error: Tried to guess R's HOME but no command 'R' in the PATH. ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-r6axcg8n/rpy2/ I have pip3 installed, the version is: pip 9.0.1 from /usr/local/lib/python3.4/dist-packages (python 3.4) EDIT After some updates I re-run the command