Error importing scipy.sparse._sparsetools
Your issue is likely caused by a linking problem described in this github issue.
Since you are already using anaconda, probably the best strategy for you is to use compiled binaries instead of trying to compile with pip yourself.
The only two things you have to do is:
pip uninstall scipy
conda install scipy