It seems that scipy has some issues with the version of gcc on your machine. Try to install the latest version of gcc using the following command on the terminal. Hopefully, it should fix the error.
conda install -c conda-forge gcc
If the above command does not solve the issue, try to update scipy too.
conda install -c anaconda scipy