William
William

Reputation: 11

installing seaborn without sudo

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

Answers (1)

JoshuaRLi
JoshuaRLi

Reputation: 1735

You may be interested in installing precompiled python wheel binaries for Windows.

That, or use something like Anaconda python.

Upvotes: 1

Related Questions