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
相关推荐
取经蜗牛2 小时前
Ubuntu 国内镜像源配置指南(多版本常用镜像地址都有)
linux·运维·ubuntu
Bruce_kaizy4 小时前
c++ linux环境编程——文件io介绍以及open 、write 、read 三剑客深度详解
linux·服务器·c++·ubuntu·操作系统·文件io
亦良Cool4 小时前
VMware虚拟机ubuntu瘦身,解决虚拟机越用越大
linux·运维·ubuntu
zhangrelay7 小时前
ROS 2 Lyrical Luth启程-Ubuntu26.04-
linux·笔记·学习·ubuntu
kobe_OKOK_7 小时前
ubuntu server 存儲空間占滿的原因
linux·运维·ubuntu
404是NotFound呀9 小时前
[FPGA] Ubuntu 22.04 安装 Vivado 2023.1 和 PetaLinux 踩坑记录
linux·ubuntu·fpga开发
kobe_OKOK_10 小时前
分配free空間給ubuntu server
linux·运维·ubuntu
xiaobobo333014 小时前
Ubuntu26.04如何安装i386架构
ubuntu·bear·安装i386架构·libexec.so
大明者省15 小时前
Ubuntu 系统中端口查询与开放指南
linux·运维·笔记·ubuntu
砖头拍死你16 小时前
ubuntu下stlink(v1/v2/v3)实现GD32下载程序
linux·运维·ubuntu