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

Update CI to install torchaudio and kaldifeat #1453

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

csukuangfj
Copy link
Contributor

Fixes csukuangfj/kaldifeat#113

Note: The remaining test errors are not related to kaldifeat.


Error for python 3.13

https://github.com/csukuangfj/lhotse/actions/runs/13276855268/job/37067912546#step:7:100

==================================== ERRORS ====================================
______________ ERROR collecting test/audio/test_recording_set.py _______________
ImportError while importing test module '/home/runner/work/lhotse/lhotse/test/audio/test_recording_set.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test/audio/test_recording_set.py:538: in <module>
    for backend in audioread.available_backends()
/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages/audioread/__init__.py:80: in available_backends
    from . import rawread
/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages/audioread/rawread.py:16: in <module>
    import aifc
E   ModuleNotFoundError: No module named 'aifc'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compiling issues in GitHub CI
1 participant