Reputation: 11
I am trying to install seaborn without using sudo. I have already installed on my python 2.7 and windows 7 setting with the following cmd commands :
pip install pandas
pip install xlrd
pip install matplotlib
and they all were installed like charm.
`pip install seaborn` did not work
i have attached the error message.[last lines of emssage][1]
Upvotes: 0
Views: 245
Reputation: 1735
You may be interested in installing precompiled python wheel binaries for Windows.
That, or use something like Anaconda python.
Upvotes: 1