Skip to content

AttributeError when running task configure #1571

Answered by hairwire
hairwire asked this question in Q&A
Discussion options

You must be logged in to vote

Answering my own issue: so this looks like probably a bug with this library: cattrs 24.1.0 release, I have no expertise with this Python library so what I did to basically fix this is by downgrading to version 23.2.3 and task configure now works!

❯ pip install --upgrade cattrs==23.2.3
Collecting cattrs==23.2.3
  Downloading cattrs-23.2.3-py3-none-any.whl.metadata (10 kB)
Requirement already satisfied: attrs>=23.1.0 in ./.venv/lib/python3.12/site-packages (from cattrs==23.2.3) (24.2.0)
Downloading cattrs-23.2.3-py3-none-any.whl (57 kB)
Installing collected packages: cattrs
  Attempting uninstall: cattrs
    Found existing installation: cattrs 24.1.0
    Uninstalling cattrs-24.1.0:
      S…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@bitpushr
Comment options

@onedr0p
Comment options

Answer selected by hairwire
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants