Torchaudio package on conda-forge is missing dynamic libs
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.9k
- Forks
- 799
- Avg merge
- 58m
- Merged PRs (30d)
- 3
Description
🐛 Describe the bug
Related issue is here. Package on conda-forge (linux-64/torchaudio-2.5.1-cpu_py312h6db6e6d_0.conda) is missing ffmpeg dynamic libs, so it is not possible to use it. Please fix this package.
Required dynamic libs missing:
lib/python3.12/site-packages/torio/lib/_torio_ffmpeg4.solib/python3.12/site-packages/torio/lib/_torio_ffmpeg5.solib/python3.12/site-packages/torio/lib/_torio_ffmpeg6.solib/python3.12/site-packages/torio/lib/libtorio_ffmpeg4.solib/python3.12/site-packages/torio/lib/libtorio_ffmpeg5.solib/python3.12/site-packages/torio/lib/libtorio_ffmpeg6.so
PS pytorch::torchaudio is fine, it includes ffmpeg dynamic libs.
Versions
Everything is on latest version.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin by inspecting the conda-forge torchaudio-2.5.1 CPU package and the related conda issue linked in the report. Verify whether the six listed torio FFmpeg shared-library paths are absent and trace the package build inputs; done means the conda package contains those libraries and torchaudio can use FFmpeg.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100