Bug 56701 - Сломан: не может найти модуль chunk
Summary: Сломан: не может найти модуль chunk
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python3-module-standard-aifc (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Yuri N. Sedunov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-31 16:31 MSK by Ivan A. Melnikov
Modified: 2025-10-31 17:10 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan A. Melnikov 2025-10-31 16:31:47 MSK
Пакет можно поставить, но модуль невозможно импортировать:

$ 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 я в Сизифе не нашёл.
Comment 1 Repository Robot 2025-10-31 17:10:05 MSK
python3-module-standard-aifc-3.13.0-alt1.1 -> sisyphus:

Fri Oct 31 2025 Yuri N. Sedunov <aris@altlinux> 3.13.0-alt1.1
- found python dependencies strictly (ALT #56701)