Opened at 2024-08-22T20:58:57Z
Last modified at 2024-10-16T20:33:23Z
#4102 closed defect
Tahoe runtime traceback when attrs >= 24.1.0 — at Version 3
Reported by: | blaisep | Owned by: | blaisep |
---|---|---|---|
Priority: | critical | Milestone: | Performance and Benchmarking |
Component: | packaging | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description (last modified by blaisep)
Tahoe fails with same traceback on OS X and Arch Linux Running tahoe --version results in this traceback. (attached)
https://paste.ofcode.org/YhrCQ5hstivHiTUVSn8zWb
It seems to have a problem with one of the dependencies: attrs.provides
Change History (4)
Changed at 2024-08-22T21:00:27Z by blaisep
comment:1 Changed at 2024-08-23T07:03:50Z by blaisep
It's likely that a deprecation inside attrs is the problem. ( https://github.com/python-attrs/attrs/pull/1265 ) to avoid this, we should pick one of these options:
1- attrs < 24.1.0
2- use this code to workaround the deprecation: https://gist.github.com/hynek/9eaaaeb659808f3519870dfa16d2b6b2
3- - update our internal usage of attrs
comment:2 Changed at 2024-08-23T07:09:40Z by blaisep
- Owner changed from daira to blaisep
comment:3 Changed at 2024-08-23T07:28:00Z by blaisep
- Description modified (diff)
- Summary changed from Tahoe fails with same traceback on OS X and Arch Linux to Tahoe runtime traceback when attrs >= 24.1.0
traceback