-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requirements #138
Comments
Mh you are right, but you paste the wrong command. Assuming that you add the remote in the correct way (check with Can you post the result of the following command?
If I ran the current master I get
and this looks like a bug
You are right
Mh this looks like more difficult to do currently, there are too many parameters that depends from the user, but I can think a little bit on how to do it |
This commit fix the install the poetry plugin by fixing the command string, with the previous on there was some parsing issue. Reported-by: @dcrystalj Link: #138 Signed-off-by: Vincenzo Palazzo <[email protected]>
Could you please test #139 ? |
I get same output
But I installed pyln-client already by myself. 🙇 for quick response I can test this tomorrow. |
Yeah I introduced the bug while I was refactoring the code :/ So the PR will fix this for me, let me know if this will be fixed also for you :) |
I can confirm that #139 fixes issue. 🎉 It also fixes broken pip uninstall pyln-client
sudo rm -rf /home/bitcoin/.coffee
git fetch --all
git checkout macros/poetry_dep
make install
coffee setup /home/bitcoin/.coffee
coffee remote add official https://github.com/lightningd/plugins.git
coffee install backup regarding
What if this would be after install procedure? You get prompt to enter "path" (/mypath/lightning.bkp) and than it runs the command for you? |
This commit fix the install the poetry plugin by fixing the command string, with the previous on there was some parsing issue. Reported-by: @dcrystalj Link: #138 Signed-off-by: Vincenzo Palazzo <[email protected]>
Yeah maybe we can add a way with the coffee manifest https://coffee-docs.netlify.app/support-coffee.html to support this case; there are several use cases to get the input from the user, like plugin configuration. Maybe your request can be included inside the #101 I will open the discussion on github to track this and when I have a good idea we can implement the solution, but in any case I love your suggestion. Thanks for taking the time to test my PR :) and test coffee |
Done #140 |
When I read the following statement
I would expect to have plugins work out of the box but looks like dependencies are not installed but at least for official repo should be ?
Example:
Fresh install
Run
Expectation
I had to manually run
pip3 install pyln-client
but would expect to coffee handle this for me.I would also somewhat expect to not need to go to backup dir and need to run.
The text was updated successfully, but these errors were encountered: