[Proteina-Complexa] Fresh UV env installs a torchaudio incompatible with torch → import crash
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 88/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- python, pytorch
- Domain
- build-system
Research direction
Start in build_uv_env.sh and reproduce the fresh UV environment setup described in the issue. Pin torchaudio to 2.7.0, then verify that complexa download or a torch/torchaudio import no longer raises the undefined-symbol error.
Written by the indexing model from the issue text.
Description
A fresh .venv built from build_uv_env.sh installs torchaudio 2.11.0 against torch 2.7.0. The ABI mismatch throws OSError: undefined symbol: torch_library_impl on first import, which crashes the very first complexa download.
Severity: High · Status: workaround verified; upstream open
Steps to reproduce
- Build the UV env from scratch (
build_uv_env.sh). - Run
complexa download(or anything importing torch/torchaudio). - →
OSError: undefined symbol: torch_library_impl.
Fix
Pin a compatible torchaudio:
uv pip install --torch-backend=cu126 --reinstall-package torchaudio "torchaudio==2.7.0"
build_uv_env.sh should pin torchaudio==2.7.0.
Environment
- NVIDIA A100 80GB PCIe · driver 565.57.01 · CUDA 12.7
- Repo: branch
dev@916eaae - Runtime: UV (
.venv+env.sh)
- Dominant language
- Python
- Stars
- 432
- Forks
- 78
- Avg merge
- 10d 46m
- Merged PRs (30d)
- 1
Contributor guide
No contributing guide indexed for this repository
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.
More from NVIDIA-BioNeMo/Proteina-Complexa
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 1/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
All issues in NVIDIA-BioNeMo/Proteina-Complexa
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100