| Summary: | Сломан: не может найти модуль chunk | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Ivan A. Melnikov <iv> |
| Component: | python3-module-standard-aifc | Assignee: | Yuri N. Sedunov <aris> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P5 | CC: | aris |
| Version: | unstable | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
Пакет можно поставить, но модуль невозможно импортировать: $ python3 -c 'import aifc' <string>:1: DeprecationWarning: aifc was removed in Python 3.13. Please be aware that you are currently NOT using standard 'aifc', but instead a separately installed 'standard-aifc'. import aifc Traceback (most recent call last): File "<string>", line 1, in <module> import aifc File "/usr/lib/python3/site-packages/aifc/__init__.py", line 265, in <module> from chunk import Chunk ModuleNotFoundError: No module named 'chunk' Подходящий модуль chunk я в Сизифе не нашёл.