I am getting the \"ImportError: DLL load failed: The specified module could not be found.\" when importing the module seaborn.
I tried uninstalling
I was having this issue until I uninstalled and reinstalled scipy with the pip command. Just got to your command line and type pip uninstall scipy and pip install scipy.
Hopefully that works for you as well. I also uninstalled/installed seaborn before this although I'm not sure if that was necessary.
Using conda rather than pip may also work.