Nova python installer broken?

Hi,

I installed the Nova python-install many times. But now it won’t let me. I get an error when I try to download the hologram-pythonAnd the script turns red. (scary)

When I try to download 0.7.6 manual via:

https://pypi.org/simple/hologram-python/

It gives me "Error 503 Backend is unhealthy

Backend is unhealthy"

Please fix or provide work around.

Thanks,
Henk

Please fix.

Hi Henk,

Just to clarify, you’re trying to install the python SDK via the curl method?

Correct. I see it is working again. Thanks.

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