I am trying to install the toolchain for building Px4 on Linux.
I am facing the following error when I am giving the below command:
sudo apt-get install python-argparse git-core wget zip \ python-empy qtcreator cmake build-essential
E: Unable to locate package python-empy
Log:
neelesh@neelesh-Lenovo-G580:~$ sudo apt-get install python-argparse git-core wget zip \ python-empy qtcreator cmake build-essential genromfs -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libpython2.7-stdlib' instead of 'python-argparse'
E: Unable to locate package python-empy
neelesh@neelesh-Lenovo-G580:~$
Try to do:
The problem is you are using the back slash "/" wrong. It is used for the target release.