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?
Introduction
Hologram's Python SDK is an easy-to-use interface for communicating with the Hologram cloud, other cloud services, and SMS destinations.
It's designed to be run on small Linux devices ...
Correct. I see it is working again. Thanks.
benstr
April 17, 2018, 10:05pm
5
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