Skip to content

fail instal on arm platform #6606

Open
Open
@coconil

Description

@coconil

Describe the bug

OS Ubuntu 22.04.5 LTS
arch aarch64

using pip

pip install triton

ERROR: Could not find a version that satisfies the requirement triton (from versions: none)
ERROR: No matching distribution found for triton

install from source

git clone https://github.com/triton-lang/triton.git
cd triton
pip install -r python/requirements.txt

above command excute sucessful. and then

pip install -e .

it display:

Obtaining file:///home/lb/code/triton
Installing build dependencies ... done
Checking if build backend supports build_editable ... done
Getting requirements to build editable ... done
Preparing editable metadata (pyproject.toml) ... done
Requirement already satisfied: setuptools>=40.8.0 in /home/lb/miniconda3/envs/llm/lib/python3.12/site-packages (from triton==3.3.0+git7a83ed78) (75.8.0)
Building wheels for collected packages: triton
Building editable for triton (pyproject.toml)

after 4 hours's wait , it is still blocking here,and top show that the cpu is keeping full idle. it seems something wrong.

Environment details

hadrare: nvidia orin dev kit

Driver Version: 540.4.0
CUDA Version: 12.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions