Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating platformdirs (3.5.1 -> 3.8.0): Failed #81

Open
meghdadFar opened this issue Jul 9, 2023 · 0 comments
Open

Updating platformdirs (3.5.1 -> 3.8.0): Failed #81

meghdadFar opened this issue Jul 9, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@meghdadFar
Copy link
Owner

Updating/installing new dependencies via poetry is generating several errors, primarily:

Installing dependencies from the lock file

Package operations: 54 installs, 21 updates, 0 removals

  • Updating platformdirs (3.5.1 -> 3.8.0): Failed

  AttributeError
  HTTPResponse object has no attribute 'strict'

  at .venv/lib/python3.10/site-packages/cachecontrol/serialize.py:54 in dumps
       50│                 ),
       51│                 u"status": response.status,
       52│                 u"version": response.version,
       53│                 u"reason": text_type(response.reason),
    →  54│                 u"strict": response.strict,
       55│                 u"decode_content": response.decode_content,
       56│             }
       57│         }
       58│ 

This could be resolved by pip install <PACKAGE>.

This might be a compatibility problem with Python 3.10, but it might be a problem with poetry.

@meghdadFar meghdadFar added the bug Something isn't working label Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants