You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on ubuntu 20.04. I installed the packacke as described in the quickstart guide.
The problem is that the HologramAuth package seems to be empty.
When I try to run:
sudo hologram send "Hello World"
or when I try to update the firmware this error appears:
ImportError: cannot import name 'TOTPAuthentication' from 'HologramAuth' (unknown location)
I think the problem regards this line in the HologramCloud.py file when it tries to import such libraries that does not exists anywhere:
from HologramAuth import TOTPAuthentication, SIMOTPAuthentication