hologram-io / hologram-python

Hologram device-side Python SDK - Send messages to the cloud in just 3 lines of code!
https://hologram.io/
MIT License
89 stars 47 forks source link

install fails missing python-sdk-auth #9

Closed jqtruong closed 5 years ago

jqtruong commented 6 years ago

If you run into SDK issues, please go here for help and support:

You should open a GitHub issue only if it is a bug or a feature request.


Describe the problem

The install fails with a missing package: python-sdk-auth.

Expected behavior

Not fail. not ever.

Actual behavior

Searching for python-sdk-auth==0.2.1
Reading https://pypi.org/simple/python-sdk-auth/
No local packages or working download links found for python-sdk-auth==0.2.1
error: Could not find suitable distribution for Requirement.parse('python-sdk-auth==0.2.1')
make: *** [Makefile:4: install] Error 1

Steps to reproduce the behavior

either make install from this repo, or executing the install script: http://hologram.io/python-install.

System information

rbalik commented 6 years ago

The package exists on pypi: https://pypi.org/project/python-sdk-auth/

Maybe they're having an issue right now? Was your Pi connected to the internet via ethernet or wifi when you ran the installer?

rbalik commented 6 years ago

Hi, is this still an issue for you?

rbalik commented 5 years ago

We're going to close this because it seems like it was just a transient pypi issue.