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
Post a Comment