Why am I getting "python:any (>= 2.7.1-0ubuntu2) but it is not installable" on Raspian Wheezy?
I installed Indigo on Raspian Wheezy on the Raspberry Pi using the excellent article http://wiki.ros.org/ROSberryPi/Instal...
The ROS system functions well; but, when I try to install
$ sudo apt-get update $ sudo apt-get install tightvncserver or $ sudo apt-get install vsftpd
I get the following errors
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
python-catkin-pkg : Depends: python:any (>= 2.7.1-0ubuntu2) but it is not installable
python-rosdep : Depends: python:any (>= 2.7.1-0ubuntu2) but it is not installable
python-rosdistro : Depends: python:any (>= 2.7.1-0ubuntu2) but it is not installable
python-rospkg : Depends: python:any (>= 2.7.1-0ubuntu2) but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
I’m a relative NOOB to Linux. Is there any guidance?