我正在尝试安装工具链,以便在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:~$
答案 0 :(得分:1)
尝试:
sudo apt-get install python-argparse git-core wget zip python-empy qtcreator cmake build-essential -y
问题是你正在使用反斜杠" /"错误。它用于目标版本。