Ubuntu20.04调试功能包的一些报错解决办法【更新中2024.05.14】

一、Could not find a package configuration file provided by "catkin_virtualenv"

解决办法:

bash 复制代码
sudo apt install ros-noetic-catkin-virtualenv

二、

ERROR: Could not find a version that satisfies the requirement pip-tools5.1.2 (from versions: none)
ERROR: No matching distribution found for pip-tools5.1.2

解决办法:

bash 复制代码
pip install pip-tools==5.1.2

三、ERROR: launchpadlib 1.10.13 requires testresources, which is not installed.

解决办法:

python3:

bash 复制代码
 sudo apt install python3-testresources

python2:

bash 复制代码
sudo apt install python-testresources
相关推荐
Gaoithe9 分钟前
ubuntu 端口复用
linux·运维·ubuntu
Mike_6664 小时前
win10安装WSL2、Ubuntu24.04
windows·ubuntu·wsl2
SilentCodeY4 小时前
Ubuntu 系统通过防火墙管控 Docker 容器
linux·安全·ubuntu·系统防火墙
超级土豆粉11 小时前
从0到1写一个适用于Node.js的User Agent生成库
linux·ubuntu·node.js
抠脚学代码17 小时前
Ubuntu18.6 学习QT问题记录以及虚拟机安装Ubuntu后的设置
qt·学习·ubuntu
Sapphire~1 天前
Linux-07 ubuntu 的 chrome 启动不了
linux·chrome·ubuntu
啵啵学习1 天前
Linux 里 su 和 sudo 命令这两个有什么不一样?
linux·运维·服务器·单片机·ubuntu·centos·嵌入式
FREEDOM_X1 天前
新版NANO下载烧录过程
ubuntu·机器人
好多知识都想学1 天前
Linux 文件处理器 sed 和 awk 详细讲解
linux·运维·ubuntu
自动驾驶小卡1 天前
ubuntu 常用操作指令(与域控制器交互相关)
linux·ubuntu·操作指令