Skip to content

DGX Spark - Failed to install Cosmos Transfer1 #228

@shauryadNv

Description

@shauryadNv

Issue Type

  • Bug Report
  • Feature Request
  • Question
  • Documentation
  • Security
  • Other

Description

Fail to install and setup Cosmos Transfer1 on DGX Spark.
Getting No matching distribution found for decord==0.6.0 error for cosmos-transfer1 pip requirement installation
The next step of torch installation also fails.

Steps to Reproduce (for bugs)

Create the cosmos-transfer1 conda environment.

conda env create --file cosmos-transfer1.yaml

Activate the cosmos-transfer1 conda environment.

conda activate cosmos-transfer1

Install the dependencies.

pip install -r requirements.txt

pip install https://download.pytorch.org/whl/cu128/flashinfer/flashinfer_python-0.2.5%2Bcu128torch2.7-cp38-abi3-linux_x86_64.whl

Expected Behavior

There should not be any error.

Actual Behavior

pip install -r requirements.txt
Collecting apex==0.9.10dev (from -r requirements.txt (line 18)) Using cached apex-0.9.10dev.tar.gz (36 kB) Preparing metadata (setup.py) ... done Collecting attr==0.3.2 (from -r requirements.txt (line 19)) Using cached attr-0.3.2-py2.py3-none-any.whl.metadata (1.2 kB) Collecting attrs==25.3.0 (from -r requirements.txt (line 20)) Using cached attrs-25.3.0-py3-none-any.whl.metadata (10 kB) Collecting better_profanity==0.7.0 (from -r requirements.txt (line 21)) Using cached better_profanity-0.7.0-py3-none-any.whl.metadata (7.1 kB) Collecting cloudpickle==3.1.1 (from -r requirements.txt (line 22)) Using cached cloudpickle-3.1.1-py3-none-any.whl.metadata (7.1 kB) ERROR: Could not find a version that satisfies the requirement decord==0.6.0 (from versions: none) ERROR: No matching distribution found for decord==0.6.0

pip install https://download.pytorch.org/whl/cu128/flashinfer/flashinfer_python-0.2.5%2Bcu128torch2.7-cp38-abi3-linux_x86_64.whl
ERROR: flashinfer_python-0.2.5+cu128torch2.7-cp38-abi3-linux_x86_64.whl is not a supported wheel on this platform.

Environment

Machine: DGX Spark
OS: Ubuntu 24.04
Driver details: 580.95.05
GPU type: NVIDIA GB10
cosmos-transfer1 e4055e3

Metadata

Metadata

Assignees

Labels

SASolution architects

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions