darosior / reckless

C-lightning plugin manager
BSD 3-Clause Clear License
9 stars 6 forks source link

Problem using plugin on Ubuntu 20.04 #15

Closed robertclarkson closed 3 years ago

robertclarkson commented 3 years ago

Trying to use the plugin as per docs:

lightningd --network=bitcoin --log-level=debug --plugin /path/to/reckless/reckless.py

Getting error

Traceback (most recent call last):
  File "/path/to/reckless/reckless.py", line 10, in <module>
    from pyln.client import Plugin
ModuleNotFoundError: No module named 'pyln'

c-lightning version

lightning-cli --version
0.9.2

Any ideas? Thanks

robertclarkson commented 3 years ago

OK looks like i need that module installing

pip3 install pyln-client