triton-lang / triton

Development repository for the Triton language and compiler
https://triton-lang.org/
MIT License
12.7k stars 1.53k forks source link

pip install triton failure #3621

Closed somsub closed 5 months ago

somsub commented 5 months ago

Getting an error doing a pip install triton Python version is: 3.10.3 Error Message:

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

Platform: Mac OS 10.15.7

I also tried on Python 3.9.x and got a similar behavior.

Huangmr0719 commented 5 months ago

Probably because the current triton only supports x86_64

cgyurgyik commented 5 months ago

See: https://github.com/openai/triton?tab=readme-ov-file#compatibility

somsub commented 5 months ago

Thank you. I am on i386 (32 bit Intel) so that explains it. I'll close the issue