我最近跑了conda update --all
,现在每次打开一个新终端时,我都会在顶部看到这些错误行:
ERROR: This cross-compiler package contains no program /bin/x86_64-conda_cos6-linux-gnu-addr2line
ERROR: activate-binutils_linux-64.sh failed, see above for details
ERROR: This cross-compiler package contains no program /bin/x86_64-conda_cos6-linux-gnu-cc
ERROR: activate-gcc_linux-64.sh failed, see above for details
ERROR: This cross-compiler package contains no program /bin/x86_64-conda_cos6-linux-gnu-c++
ERROR: activate-gxx_linux-64.sh failed, see above for details
(anaconda3-4.4.0) imran@holly:~$
知道发生了什么以及如何解决它?
答案 0 :(得分:0)
我用以下方法解决了这个问题:
conda remove gcc_linux-64 gcc_impl_linux-64 binutils_linux-64 binutils_impl_linux-64
感谢@darthbith评论中的帮助