python 2.7 - Pip/Easy_install do not install desired package -


i new python (2.7) trying run program requires "requests" module. have installed pip using get-pip.py script , registered python27 , python27/scripts paths environment variables.

when run "python -m pip install -u pip" says package up-to-date.

following installation guides, when run "pip install requests" new command prompt line. tried "easy_install requests" , same thing. tried "pip install --verbose requests" , have same behavior (so being verbose!).

i running on windows vista ultimate, using command prompt administrator.

since "python -m pip install -u pip" displayed something, on hunch tried:

"python -m pip install requests"

this worked! don't know why of installation guides not this.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -