Closed douglaskastle closed 4 years ago
This seems to be as a result of the pip contained inside the python that comes with blender doesn't hold the correct information to remove itself.
This becomes an issue when you want to upgrade pip with a newer version of pip. It first tries to remove itself and fails. Any action after that is broken.
This appears to be working locally and on github actions
Only happens with the python 3.5 version so 2.78 an 2.79. version 2.80 works fine and above, which has python3.7