I have a script that works fine in a python notebook but getting errors on PA - I have installed the appropriate pushover package first on bash so bit lost.
from pushover import init, Client
ImportError: cannot import name 'init'
Can share code but perhaps this is something basic I have done wrong in the setup?
Rav