Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

How to install python-requests package for Python 2.7 and 3.4 on a Windows PC

  • 22-10-2015 12:57PM
    #1
    Closed Accounts Posts: 2,828 ✭✭✭


    This has been defeating me for the past few days. Can some kind soul rescue me from my purgatory? :)


Comments

  • Registered Users, Registered Users 2 Posts: 2,062 ✭✭✭Colonel Panic


    What have you tried in the past few days?


  • Registered Users, Registered Users 2, Paid Member Posts: 2,427 ✭✭✭ressem


    open up a command prompt window. (This may need to be an administrator elevated command window, depending on where python is installed, and your operating system.)

    CD to your python install directory.
    cd to the scripts directory

    pip install requests


  • Closed Accounts Posts: 2,828 ✭✭✭5rtytry56


    ressem, I will update the thread to let you know how I get on.


  • Closed Accounts Posts: 2,828 ✭✭✭5rtytry56


    Does the fact that this package is designed for Python 2.8.1 and I have Python 2.7 anything have to do with it?
    The package is only availabEDIT: THe ZIP does include a package for Python 3.x . le for 2.8.1 and no package for 3.x python.


  • Closed Accounts Posts: 2,828 ✭✭✭5rtytry56


    ressem, thanks:


    C:\Python34\Scripts>pip install requests
    Downloading/unpacking requests
    Installing collected packages: requests
    Successfully installed requests
    Cleaning up...

    C:\Python34\Scripts>


  • Advertisement
Advertisement