Bug#982381: AttributeError: lowlevel due to trio usage in s3ql/block_cache.py

2021-11-07 Thread Lorentz Kim
I believe s3ql 3.8.0 just released, and it now states it requires trio >= 0.15. https://github.com/s3ql/s3ql/commit/105dd0d62670570cd0e77cf9cbfa967f7f4130fe Although, that's just the documentation I think. Actual "requirement" was set here: https://github.com/s3ql/s3ql/commit/7c955eda5d058dcbf59

Bug#982381: AttributeError: lowlevel due to trio usage in s3ql/block_cache.py

2021-03-16 Thread Andrey Rahmatullin
On Thu, Feb 18, 2021 at 03:28:36PM +0100, Francesco P. Lovergine wrote: > I'm pretty sure this release should depend on >= 0.15, > even due to #981906. Unfortunately, it is not expressed in the package From setup.py: # Need trio.lowlevel 'trio >= 0.15', S

Bug#982381: AttributeError: lowlevel due to trio usage in s3ql/block_cache.py

2021-02-18 Thread Francesco P. Lovergine
On Sun, Feb 14, 2021 at 01:38:58PM +1100, Lorentz Kim wrote: Hi, I don't know if it'll help much, but I've also gotten this bug and have resolved it by manually upgrading python3-trio with pip to its latest version, overriding system's installed version (which is 0.13 last I checked). pip insta

Bug#982381: AttributeError: lowlevel due to trio usage in s3ql/block_cache.py

2021-02-13 Thread Lorentz Kim
Hi, I don't know if it'll help much, but I've also gotten this bug and have resolved it by manually upgrading python3-trio with pip to its latest version, overriding system's installed version (which is 0.13 last I checked). pip install trio==0.18.0 Pretty sure the s3ql release notes for 3.7 sug

Bug#982381: AttributeError: lowlevel due to trio usage in s3ql/block_cache.py

2021-02-09 Thread Leandro Lisboa Penz
Package: s3ql Version: 3.7.0+dfsg-2 Severity: important Dear Maintainer, mount.s3ql is generating the following error: $ mount.s3ql --systemd --log none --fg s3://.../ "..." <6>Using 10 upload threads. <6>Autodetected 1048514 file descriptors available for cache entries <6>Using cached metadata.