Tag Archives: No module named setuptools

How to install PIP in no module named setuptools

ImportError: No module named setuptools [How to Solve]

wget http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz –no-check-certificate

tar zxvf setuptools-0.6c11.tar.gz
cd setuptools-0.6c11
python setup.py build
python setup.py install

pip install

wget--no-check-certificatehttps://github.com/pypa/pip/archive/1.5.5.tar.gz

Note: when WGet gets HTTPS: – – no check certificate should be added

tarzvxf1.5.5.tar.gz#unzip file cdpip-1.5.5/
pythonsetup.pyinstall

OK, so pip is installed

Let’s install requests

pipinstallrequests