Search code examples
anacondaubuntu-17.04

Errors appearing in terminal after updating Anaconda


I ran conda update --all recently and now every time I open a new terminal I get these error lines at the top:

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:~$ 

Any idea what is going on and how to fix it?


Solution

  • I solved this with:

    conda remove gcc_linux-64 gcc_impl_linux-64 binutils_linux-64 binutils_impl_linux-64
    

    Thanks to the help in the comments from @darthbith