Describe the problem
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
Describe the problem
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