C:\Python27\python.exe: No module named pip
Ошибки при попытке установить pip известными способами:
ERROR: Could not find a version that satisfies the requirement pip<21.0 (from versions: none)
ERROR: No matching distribution found for pip<21.0
ERROR: Could not find a version that satisfies the requirement setuptools<45 (from versions: none)
ERROR: No matching distribution found for setuptools<45
ERROR: Could not find a version that satisfies the requirement wheel (from versions: none)
ERROR: No matching distribution found for wheel
и т.д.
Решение (для windows 10):
1. Скачать:
1.0. get-pip.py отсюда: https://bootstrap.pypa.io/pip/2.7/get-pip.py
1.1. wheel-0.37.1-py2.py3-none-any.whl отсюда: https://www.piwheels.org/project/wheel/
1.2. pip-20.3.4-py2.py3-none-any.whl отсюда: https://pypi.org/project/pip/20.3.4/#files
1.3. setuptools-44.1.1-py2.py3-none-any.whl отсюда: https://pypi.org/project/setuptools/44.1.1/#files
или из вложения
2. Все сложить в одну директорию и выполнить:
	
	
	
		
	
	
	
		
			
			Ошибки при попытке установить pip известными способами:
ERROR: Could not find a version that satisfies the requirement pip<21.0 (from versions: none)
ERROR: No matching distribution found for pip<21.0
ERROR: Could not find a version that satisfies the requirement setuptools<45 (from versions: none)
ERROR: No matching distribution found for setuptools<45
ERROR: Could not find a version that satisfies the requirement wheel (from versions: none)
ERROR: No matching distribution found for wheel
и т.д.
Решение (для windows 10):
1. Скачать:
1.0. get-pip.py отсюда: https://bootstrap.pypa.io/pip/2.7/get-pip.py
1.1. wheel-0.37.1-py2.py3-none-any.whl отсюда: https://www.piwheels.org/project/wheel/
1.2. pip-20.3.4-py2.py3-none-any.whl отсюда: https://pypi.org/project/pip/20.3.4/#files
1.3. setuptools-44.1.1-py2.py3-none-any.whl отсюда: https://pypi.org/project/setuptools/44.1.1/#files
или из вложения
2. Все сложить в одну директорию и выполнить:
		Код:
	
	python .\get-pip.py "pip-20.3.4-py2.py3-none-any.whl" "setuptools-44.1.1-py2.py3-none-any.whl" "wheel-0.37.1-py2.py3-none-any.whl" --trusted-host=pypi.org  --trusted-host=python.org
		Код:
	
	python -m pip --versionВложения
			
				Последнее редактирование: 
			
		
	
								
								
									
	
								
							
							