Summary: | Недоступен бэкэнд sqlite | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Anton Zhukharev <ancieg> |
Component: | python3-module-requests-cache | Assignee: | Grigory Ustinov <grenka> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P5 | CC: | antohami, cas, cow, evg, george, grenka, imz, kotopesutility, lav, nbr, qa_viy, rider, sem, shaba, sin, slev, toni, vitty, viy |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux | ||
Bug Depends on: | 44989 | ||
Bug Blocks: |
Description
Anton Zhukharev
2023-01-20 01:16:38 MSK
Проблема скрыта глубже: ``` >>> from requests_cache.backends.sqlite import DbCache Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3/site-packages/requests_cache/backends/sqlite.py", line 10, in <module> from .storage.dbdict import DbDict, DbPickleDict File "/usr/lib/python3/site-packages/requests_cache/backends/storage/dbdict.py", line 9, in <module> from collections import MutableMapping ImportError: cannot import name 'MutableMapping' from 'collections' (/usr/lib64/python3.10/collections/__init__.py) ``` Было поправлено 0.5.0. Python 3.10 related change: https://bugs.python.org/issue37324 |