Closed goodboy closed 1 year ago
Oof! stuff still a bit borked for pikerd --tsdb
, namely docker py apis that changed; patch comin stat!
I think this is also due to 3.11 which is causing an asyncio
breakage inside ib_insync
:
https://github.com/erdewit/ib_insync/issues/585
Hah! figured out the issue finally..
Turns out they removed support for passing coros to asyncio.wait()
..
https://docs.python.org/3/library/asyncio-task.html#asyncio.wait
So we need to instead use .wait_for()
on the ib_insync.Ticker.TickerUpdateEvent: eventkit.Event
..
python 3.11 just landed on arch 🏄🏼
Everything seems to be running fine for me with the small
numpy.float
removal 💥Please give it a shot if you've got a copy of the new cpython interpreter 😎
wut's new bby!
https://docs.python.org/3/whatsnew/3.11.html