Closed robertclarkson closed 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
OK looks like i need that module installing
pip3 install pyln-client
Trying to use the plugin as per docs:
Getting error
c-lightning version
Any ideas? Thanks