Is this a new report?
Yes
System Info
Void 6.12.63_1 x86_64 AuthenticAMD notuptodate rrmFFFF
Package(s) Affected
python3-pyacoustid
Does a report exist for this bug with the project's home (upstream) and/or another distro?
No response
Expected behaviour
The module should be able to fingerprint a file - see steps to reproduce.
Actual behaviour
When attempting to fingerprint a file:
ModuleNotFoundError: No module named 'aifc'
Note: 'aifc' and 'sunau' are modules that used to be included in the standard library but were dropped in 3.13.
They are available in PyPI at https://pypi.org/project/standard-aifc/ and https://pypi.org/project/standard-sunau/
Steps to reproduce
install python3-pyacoustid and run:
import acoustid
acoustid.fingerprint_file('/path/to/file.mp3')