记录 | python 源码编译报错subprocess.CalledProcessError Command lsb_release

subprocess.CalledProcessError: Command '('lsb_release', '-a')' returned non-zero exit status 1.

解决方法

find / -name lsb_release

rm -rf /usr/bin/lsb_release

你可能感兴趣的:(踩坑记录,python,subprocess)