ubuntu anaconda报错: Command ‘lsb_release -a‘ returned non-zero exit status 134

ubuntu Command ‘lsb_release -a’ returned non-zero exit status 134

An error occurs when running conda info --envs. Open ubuntu terminal,

sudo rm /usr/bin/lsb_release

After the deletion is completed, the conda command can be executed normally.

Some students using this command will cause the system gnome-terminal to fail to start. Use caution if you mind. See references[2]

Reference materials
[1] Solution] subprocess.CalledProcessError: Command '('lsb_release', '-a')' returned non- zero exit status 127
[2] Command '('lsb_release', '-a appears after installing python3.7 and pip3 on Ubuntu 16.04.6 LTS ')' Solution to error problem

Guess you like

Origin blog.csdn.net/u010072043/article/details/130615997