Python Forum
Requests module not installing
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Requests module not installing
#11
I already have pip installed. I was using pygame to create a game for my class and I used pip to install it. Now it seems like pip isn't even there...
Reply
#12
Just look in Scripts folder or search for pip.exe if it's not there,
just reinstall 2.7.12 an make sure that is no red cross on pip under installation.
Reply
#13
Thank you so much metulburr and snippsat! I thought I had pip already installed, which was weird when I didn't see it in the Scripts folder. I used the python installer to add pip to it. Then I executed this command: python -m pip install requests, and it worked. Thank you again for your help.
Reply
#14
Quote: I was using pygame to create a game for my class and I used pip to install it. Now it seems like pip isn't even there...
The fact that you did not have it installed, and you had used it previous....do you have numerous python versions installed?
Recommended Tutorials:
Reply
#15
I only have 2.7.12 installed.
Reply
#16
(Nov-07-2016, 07:21 PM)Rayquaza51120 Wrote: It says 'pip' is not recognized as an internal or external command, operable program or batch file.

From the command line, try running

python -m ensurepip
This should install pip if it is not already installed. Full documentation can be found at ensurepip.

Also, ensure that "C:\Python27; C:\Python27\Scripts;" is in your Windows environmental variables
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply
#17
Did you get Requests installed?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  ERROR WHILE INSTALLING PLAYSOUND MODULE satwants33 2 1,259 Mar-23-2024, 12:50 PM
Last Post: Ritik2508
  ModuleNotFoundError: No module named 'requests' Serg 18 2,522 Oct-29-2023, 11:33 PM
Last Post: Serg
  Installing time module Led_Zeppelin 2 11,885 Aug-31-2021, 02:16 PM
Last Post: Led_Zeppelin
  Help with requests module 0xB9 3 2,797 Mar-14-2021, 06:49 AM
Last Post: buran
  Although this is a talib related Q it's mostly related to python module installing.. Evalias123 4 5,671 Jan-10-2021, 11:39 PM
Last Post: Evalias123
  'urllib3' Module not found when import 'requests' spanz 5 10,203 Jan-06-2021, 05:57 PM
Last Post: snippsat
  ModuleNotFoundError: No module named 'requests' Martin 2 2,428 Oct-04-2020, 03:35 PM
Last Post: Martin
  Module not Installing Evil_Patrick 9 4,561 May-27-2020, 03:45 PM
Last Post: Evil_Patrick
  Error after installing Python3.8.2: "No module named 'apt_pkg'" Chromie 3 3,868 Mar-09-2020, 08:20 PM
Last Post: micseydel
  Please help: problem installing/importing langdetect module in Jupyter Notebook ledgreve 3 7,274 Dec-30-2019, 08:17 AM
Last Post: LeanbridgeTech

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020