解决 pip3 安装错误: Command 'lsb_release' returned non-zero exit status 1
这个错误通常是由于缺少lsb_release命令引起的。可以尝试通过以下命令来安装lsb_release命令:
Ubuntu/Debian系统:
sudo apt-get install lsb-release
CentOS/RHEL系统:
sudo yum install redhat-lsb-core
如果上述方法不能解决问题,可能需要手动安装lsb_release。
原文地址: https://www.cveoy.top/t/topic/oDge 著作权归作者所有。请勿转载和采集!