Bad Magic Number with Python 3.8

So there are a few approaches.

  1. You could try downgrading to python 3.7. We’re testing it now to make sure if x86 works with the auth package on 3.7.

  2. You can install that branch doing pip install -e git+https://github.com/hologram-io/hologram-python.git@refactor/removeauth#egg=hologram-python. On that branch you need to pass in a device key which can be generated and found here: https://support.hologram.io/hc/en-us/articles/360035212714-Device-keys

    1. If you are using the SDK command line then info on how to pass the key look here: https://hologram.io/docs/reference/cloud/hologram-cli/

    2. if you are using a python script you can pass in the key as a dict as part of the credentials as explained here: https://hologram.io/docs/reference/cloud/python-sdk/#hologramcloud-credentials-network-authentication_type-totp-

Let me know if there is anything else you have questions about