Facing the following error: E: Unable to locate package python-empy
Facing the following error: E: Unable to locate package python-empy
我正在尝试安装用于在 Linux 上构建 Px4 的工具链。
我在执行以下命令时遇到以下错误:
sudo apt-get install python-argparse git-core wget zip \ python-empy qtcreator cmake build-essential
E: Unable to locate package 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:~$
尝试做:
sudo apt-get install python-argparse git-core wget zip python-empy qtcreator cmake build-essential -y
问题是您使用的反斜杠“/”有误。用于目标版本。
我正在尝试安装用于在 Linux 上构建 Px4 的工具链。
我在执行以下命令时遇到以下错误:
sudo apt-get install python-argparse git-core wget zip \ python-empy qtcreator cmake build-essential
E: Unable to locate package 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:~$
尝试做:
sudo apt-get install python-argparse git-core wget zip python-empy qtcreator cmake build-essential -y
问题是您使用的反斜杠“/”有误。用于目标版本。