Closed inpharmaticist closed 1 year ago
It is missing the pyln-client
dependency. Likely this is because poetry
installed the dependencies in a virtualenv that then isn't being used when running it through CLN.
Either adjust $PATH
to include the virtualenv python3
, or install pyln-client
into the environment that is being used by CLN.
Thanks, I installed that plus several others as they came up. Now I'm getting Invalid async_mode specified
.
Looks like I had to add from engineio.async_drivers import gevent
to engineio/server.py.
I installed poetry, initialized the plugin, and added
important-plugin=/path/to/backup.py
to the config file. When restarting lightingd I get the following:Running on Pop!_OS 22.04 (ubuntu 22.04).