I am facing issues while installing request module (python 2.7) on windows.
Tried the below steps as per documentation:
1
pip
There are four options here:
Get virtualenv set up. Each virtual environment you create will automatically have pip.
Get pip set up globally.
Learn how to install Python packages manually—in most cases it's as simple as download, unzip, python setup.py install, but not always.
Use Christoph Gohlke's binary installers.