System Information
Operating system: Windows 10
Graphics card: Nvidia GTX 960
Blender Version
Broken: 2.81
Worked: 2.80
Short description of error
Can't install pip anymore?
Exact steps for others to reproduce the error
In windows terminal jump into folder:
F:\Blender\blender-2.81-windows64\2.81\python\bin
and run: python.exe -m ensurepip
Results in:
F:\Blender\blender-2.81-windows64\2.81\python\bin>python.exe -m ensurepip F:\Blender\blender-2.81-windows64\2.81\python\bin\python.exe: No module named ensurepip
On previous versions this worked fine:
F:\Blender\test\blender-2.80-windows64\2.80\python\bin>python.exe -m ensurepip Looking in links: C:\Users\rosso\AppData\Local\Temp\tmp0w48guuq Collecting setuptools Collecting pip Installing collected packages: setuptools, pip Successfully installed pip-10.0.1 setuptools-39.0.1
This is required to install a very good GIS addon BlenderGIS which has instructions for installing GDAL and Numpy here:
https://github.com/domlysz/BlenderGIS/wiki/How-to-install-GDAL
But it requires pip is installed first.