创建python=3.7的anaconda环境报错:subprocess.CalledProcessError: Command 'lsb_release -a' returned non-zero exit status 1.
解决:
find / -name lsb_release
rm -rf /usr/bin/lsb_release
创建python=3.7的anaconda环境报错:subprocess.CalledProcessError: Command 'lsb_release -a' returned non-zero exit status 1.
find / -name lsb_release
rm -rf /usr/bin/lsb_release