Nova python installer broken?

For anyone experiencing the same issue it is coming from pip. Follow these instructions to remedy:

sudo apt-get remove python-pip python3-pip
sudo wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py