Facing the following error: E: Unable to locate package python-empy

2.3k views Asked by At

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:~$
1

There are 1 answers

13
developer_hatch On BEST ANSWER

Try to do:

sudo apt-get install python-argparse git-core wget zip python-empy qtcreator cmake build-essential -y

The problem is you are using the back slash "/" wrong. It is used for the target release.