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
Similar Posts:
- Debian pip3 ImportError: cannot import name ‘IncompleteRead’ [How to Solve]
- ImportError No module named setuptools [How to Solve]
- [Solved] No module named extern.six.moves
- ImportError: No module named pkg_resources [How to Solve]
- Python 3: How to Solve Demjson Install Error
- No module named ‘pkg_resources.extern’ [How to Solve]
- PIP installation appears command “Python setup. Py egg”_ Info” failed with error code 1
- [Solved] pip and setuptools upgrade Error: Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-fH0Feg/pip/
- Solve the problem of Command “python setup.py egg_info” failed with error code 1
- [Solved] error “modulenotfoundererror: no module named ‘setuptools’” when executing the python installation command?