面对以下错误:E:无法找到包python-empy

时间:2017-05-27 01:39:04

标签: python linux px4

我正在尝试安装工具链,以便在Linux上构建Px4。

当我发出以下命令时,我面临以下错误:

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

E:无法找到包python-empy

日志:

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 个答案:

答案 0 :(得分:1)

尝试:

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

问题是你正在使用反斜杠" /"错误。它用于目标版本。