Python Forum
Why can't I import seaborn module? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Why can't I import seaborn module? (/thread-6813.html)



Why can't I import seaborn module? - Athenaeum - Dec-09-2017

I would like to post error output here, but I don't know how to copy text from Python to clipboard so that I can paste into clipboard. I googled how to do this and came up with nothing. If someone can tell me how to post my error output, I'd be very grateful, and I'll come back and paste the error. Otherwise I'll do my best to describe the error message below.

I can import other modules like numpy, scipy, pandas etc. just fine. They all have folders located in my site-packages folder. So does seaborn, but when I try to import it in Python, I basically several lines of near-similar:

File "[insert Python module filepath here]", line [insert number] in module [insert module name]
...ended by:
ImportError:  DLL load failed:  The specified module could not be found.



RE: Why can't I import seaborn module? - buran - Dec-09-2017

You should be able to select the output and copy it (Ctrl+C or right-mouse click + Copy)
if on windows and in Command Prompt - right click the window title bar -> Edit -> Select All -> right click again -> Edit ->Copy