ImportError: cannot import name 'Pushover' from 'pushover' (/usr/local/lib/python3.7/site-packages/pushover.py)
I have the above error in my scripts recently. Coming here, I tried using cli.py, but I get the same error. I installed with pip3 install python-pushover without issue, after removing it first, to try an clear and cruft from the install path. Still have this issue.
ImportError: cannot import name 'Pushover' from 'pushover' (/usr/local/lib/python3.7/site-packages/pushover.py)
I have the above error in my scripts recently. Coming here, I tried using cli.py, but I get the same error. I installed with pip3 install python-pushover without issue, after removing it first, to try an clear and cruft from the install path. Still have this issue.