--- Log opened Mon Aug 16 00:00:39 2021 00:29 -!- darosior [~darosior@194.36.189.246] has quit [Quit: ya vps net disruption] 00:29 -!- darosior [~darosior@194.36.189.246] has joined #c-lightning 00:30 -!- darosior [~darosior@194.36.189.246] has quit [Client Quit] 00:30 -!- darosior [~darosior@194.36.189.246] has joined #c-lightning 00:38 -!- darosior [~darosior@194.36.189.246] has quit [Quit: darosior] 00:38 -!- darosior [~darosior@194.36.189.246] has joined #c-lightning 00:39 -!- darosior [~darosior@194.36.189.246] has quit [Client Quit] 00:40 -!- darosior [~darosior@194.36.189.246] has joined #c-lightning 00:40 -!- darosior [~darosior@194.36.189.246] has quit [Client Quit] 00:40 -!- darosior [~darosior@194.36.189.246] has joined #c-lightning 00:41 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 246 seconds] 00:41 -!- darosior [~darosior@194.36.189.246] has quit [Client Quit] 00:42 -!- darosior [~darosior@194.36.189.246] has joined #c-lightning 00:50 < vincenzopalazzo> rusty: the PR on lnprototest are breaking my mind on the line 84, the bitcoin backend create 102 and after that we create a couple of transaction 00:51 < vincenzopalazzo> Now, my question is: Why != 201 and not > 101? and after this change why not a while until (condition are true)? 00:53 < vincenzopalazzo> We this change I think we can avoit different stuff, like update the bitcoin backend in the future and wait the bitcoind that finish to make stuff we will call restart(self) if somethings is not finished yet 02:35 -!- jonatack [~jonatack@user/jonatack] has joined #c-lightning 03:57 -!- belcher_ is now known as belcher 04:21 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 04:56 < mschmoock> cdecker[m]: having a hard time to pip install latest pyln.client requirements. pip3 install --user -r contrib/pyln-client/requirements.txt gives me "ERROR: Could not find a version that satisfies the requirement pyln.spec" 04:56 < mschmoock> pyln-spec does not have an __init__.py but consists of submopdules. is there something special about this? 04:57 < vincenzopalazzo> mschmoock: Mh in the stack you have also listed the version that pip are trying to pull. Can push also this info? 04:58 < mschmoock> its from master source 04:58 < mschmoock> this also does not work as for other modules: pip3 install --user ./contrib/pyln-spec 04:59 < mschmoock> which is why the main "requirements.txt" do work (for me) 05:00 < mschmoock> I thougt we can always pip install all the requirements.txt in our repo and it does the rest, butt currently that doesnt work 05:00 < mschmoock> *but ;) 05:02 < cdecker[m]> Yeah, pyln-spec has been neglected a bit as of late, lemme check 05:05 < mschmoock> also commenting out the "spec" dependency gives me a funny thing when instaling the requirements.txt: FileNotFoundError: [Errno 2] No such file or directory: 'pyln/client/__init__py' (watch for the missing dot '.' before py) 05:06 < mschmoock> happens when doing: pip3 install --user ./contrib/pyln-client (which should work ihmo) 06:20 < yakshaver> I vaguely recall someone writing a cl plugin for using email to update a channel. Perhaps though I'm only imaging it. Does that ring a bell for anyone else? 06:21 < yakshaver> I did something similar a few years ago by disabling communication timeouts so we could update a channel over ham radio. 06:52 < mschmoock> cdecker[m]: any clues how to pip install pyln-client from the source repo without this " [Errno 2] No such file or directory: 'pyln/client/__init__py'" ? 06:53 < cdecker[m]> Does `pip install contrib/pyln-client` work? 06:54 < cdecker[m]> Otherwise `(cd contrib/pyln-client/; python setup.py install)` should work as well 06:54 < mschmoock> nope, this gives me "FileNotFoundError: [Errno 2] No such file or directory: 'pyln/client/__init__py'" 06:54 < mschmoock> (missing '.' dot before py) 06:55 < mschmoock> this iw why you cannot do a -r requirements.txt also since it tries to do the same 06:55 < mschmoock> pip --version 06:55 < mschmoock> pip 20.3.4 from /usr/lib/python3.9/site-packages/pip (python 3.9) 06:56 < cdecker[m]> Ok, let me install 3.9 as well, and see if I can reproduce 06:59 < cdecker[m]> Hm, both seem to be working here. Is there any reference to that file? 07:00 < mschmoock> my repo is clean 07:00 < mschmoock> same error, regardless if I call pip or pip3 or with and without "--user" 07:01 < mschmoock> https://gist.github.com/m-schmoock/6ae8ade0fa0e16d354a51eb779a70d3f 07:04 < cdecker[m]> Hm, quite interesting 07:07 < cdecker[m]> Tried with the exact version python (3.9.0) and pip (20.3.4) and `master` (`78a48fa7ec84669dbe17c615bc6156d0e02445ed`) in a new virtualenv, can't reproduce 08:02 < mschmoock> cdecker[m]: when I remove everything in ~/.local/lib this is the same as a new virtualenv, right? (given I install just with --user) 08:03 -!- aechu [~major@gateway/tor-sasl/major] has quit [Remote host closed the connection] 08:04 < mschmoock> anyway, tried with a fresh virtualenv and source activated it, same error 08:28 < mschmoock> cdecker[m]: also, calling python setup.py install manually throws the same error: https://gist.github.com/m-schmoock/ef8f71d68ea6fbd289422664eaec2728 08:41 < mschmoock> cdecker[m]: meh, I used rusty's gossmap branch which has a bug in setup.py °_° 08:44 -!- _niftynei [~niftynei@2600:1700:d0e:284f:1b33:1445:2689:f9da] has quit [Ping timeout: 245 seconds] 08:58 < cdecker[m]> Indeed, just tried it too, and finally was able to reproduce. Should've asked which branch / commit you were on, sorry 09:22 -!- niftynei [~niftynei@2600:1700:d0e:284f:c4f5:5ae0:b243:f2c8] has joined #c-lightning 09:38 -!- jonatack [~jonatack@user/jonatack] has quit [Quit: Client closed] 09:53 -!- jonatack [~jonatack@user/jonatack] has joined #c-lightning 10:21 < mschmoock> cdecker[m]: yes, I figured out too late and did not assumed rusty changed the pyln-client setup.py :D 10:21 < mschmoock> sry 10:37 -!- jonatack [~jonatack@user/jonatack] has quit [Quit: Client closed] 11:38 -!- jonatack [~jonatack@user/jonatack] has joined #c-lightning 12:42 < mschmoock> cdecker[m]: how does one install pyln-spec? im also getting strange errors like: 12:42 < mschmoock> File "/tmp/pip-req-build-edjwzi7x/setup.py", line 31, in bolt_num 12:42 < mschmoock> dirlist = os.listdir(os.path.join('pyln', 'spec')) 12:42 < mschmoock> FileNotFoundError: [Errno 2] No such file or directory: 'pyln/spec' 12:52 -!- rusty [~rusty@103.93.169.121] has joined #c-lightning 13:54 -!- niftynei [~niftynei@2600:1700:d0e:284f:c4f5:5ae0:b243:f2c8] has quit [Quit: Leaving] 14:32 -!- rusty [~rusty@103.93.169.121] has quit [Ping timeout: 258 seconds] 14:33 -!- rusty [~rusty@103.93.169.121] has joined #c-lightning 14:46 -!- rusty [~rusty@103.93.169.121] has quit [Ping timeout: 248 seconds] 14:48 -!- rusty [~rusty@103.93.169.121] has joined #c-lightning 14:56 -!- rusty [~rusty@103.93.169.121] has quit [Quit: Leaving.] 14:57 -!- rusty [~rusty@103.93.169.121] has joined #c-lightning 15:23 -!- rusty [~rusty@103.93.169.121] has quit [Ping timeout: 268 seconds] 16:42 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 17:03 -!- rusty [~rusty@103.93.169.121] has joined #c-lightning 18:02 -!- rusty [~rusty@103.93.169.121] has quit [Quit: Leaving.] 18:14 -!- rusty [~rusty@203.221.41.134] has joined #c-lightning 18:17 -!- belcher_ [~belcher@user/belcher] has joined #c-lightning 18:21 -!- belcher [~belcher@user/belcher] has quit [Ping timeout: 256 seconds] 20:48 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 20:48 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 21:03 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 21:03 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 21:24 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 21:25 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 22:10 -!- reallll [~belcher@user/belcher] has joined #c-lightning 22:11 -!- belcher_ [~belcher@user/belcher] has quit [Ping timeout: 245 seconds] 22:12 -!- rusty [~rusty@203.221.41.134] has quit [Ping timeout: 245 seconds] 23:10 -!- reallll is now known as belcher --- Log closed Tue Aug 17 00:00:41 2021