Describe the bug
I hit the following error while trying to build a clone of the latest repo. I am running this on ubuntu 25.04 with Docker Compose version v5.1.3
=> ERROR [wyoming-parakeet 4/10] RUN pip install --no-cache-dir "nemo_toolkit[asr]==2.4.1"
7.003 INFO: pip is looking at multiple versions of nemo-toolkit[asr] to determine which version is compatible with other requirements. This could take a while.
7.016 ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9; 0.53.0 Requires-Python >=3.6,<3.10; 0.53.0rc1.post1 Requires-Python >=3.6,<3.10; 0.53.0rc2 Requires-Python >=3.6,<3.10; 0.53.0rc3 Requires-Python >=3.6,<3.10; 0.53.1 Requires-Python >=3.6,<3.10; 0.54.0 Requires-Python >=3.7,<3.10; 0.54.0rc2 Requires-Python >=3.7,<3.10; 0.54.0rc3 Requires-Python >=3.7,<3.10; 0.54.1 Requires-Python >=3.7,<3.10; 0.55.0 Requires-Python >=3.7,<3.11; 0.55.0rc1 Requires-Python >=3.7,<3.11; 0.55.1 Requires-Python >=3.7,<3.11; 0.55.2 Requires-Python >=3.7,<3.11; 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
7.016 ERROR: Could not find a version that satisfies the requirement lightning<=2.4.0,>2.2.1; extra == "asr" (from nemo-toolkit[asr]) (from versions: none)
7.137
7.137 [notice] A new release of pip is available: 26.0.1 -> 26.1
7.137 [notice] To update, run: pip install --upgrade pip
7.137 ERROR: No matching distribution found for lightning<=2.4.0,>2.2.1; extra == "asr"
Reproduction
git clone repo; docker compose build
System Info
I don't have npx installed
Ubuntu 26.04 - up to date
Docker Compose version v5.1.3
Used Package Manager
n/a
Validations
Describe the bug
I hit the following error while trying to build a clone of the latest repo. I am running this on ubuntu 25.04 with Docker Compose version v5.1.3
=> ERROR [wyoming-parakeet 4/10] RUN pip install --no-cache-dir "nemo_toolkit[asr]==2.4.1"
7.003 INFO: pip is looking at multiple versions of nemo-toolkit[asr] to determine which version is compatible with other requirements. This could take a while.
7.016 ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9; 0.53.0 Requires-Python >=3.6,<3.10; 0.53.0rc1.post1 Requires-Python >=3.6,<3.10; 0.53.0rc2 Requires-Python >=3.6,<3.10; 0.53.0rc3 Requires-Python >=3.6,<3.10; 0.53.1 Requires-Python >=3.6,<3.10; 0.54.0 Requires-Python >=3.7,<3.10; 0.54.0rc2 Requires-Python >=3.7,<3.10; 0.54.0rc3 Requires-Python >=3.7,<3.10; 0.54.1 Requires-Python >=3.7,<3.10; 0.55.0 Requires-Python >=3.7,<3.11; 0.55.0rc1 Requires-Python >=3.7,<3.11; 0.55.1 Requires-Python >=3.7,<3.11; 0.55.2 Requires-Python >=3.7,<3.11; 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
7.016 ERROR: Could not find a version that satisfies the requirement lightning<=2.4.0,>2.2.1; extra == "asr" (from nemo-toolkit[asr]) (from versions: none)
7.137
7.137 [notice] A new release of pip is available: 26.0.1 -> 26.1
7.137 [notice] To update, run: pip install --upgrade pip
7.137 ERROR: No matching distribution found for lightning<=2.4.0,>2.2.1; extra == "asr"
Reproduction
git clone repo; docker compose build
System Info
Used Package Manager
n/a
Validations