Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Am I the only one getting this issue? #281

Open
Skaneby opened this issue Feb 9, 2024 · 3 comments
Open

Am I the only one getting this issue? #281

Skaneby opened this issue Feb 9, 2024 · 3 comments

Comments

@Skaneby
Copy link

Skaneby commented Feb 9, 2024

ERROR: Ignored the following versions that require a different python version: 0.55.2 Requires-Python <3.5
ERROR: Could not find a version that satisfies the requirement triton==2.0.0 (from versions: none)
ERROR: No matching distribution found for triton==2.0.0

I am on OSX Ventura INTEL running python 10.6

Also I cannot find any instruction how to run the installation? is there no we UI?

@harrison-ridge
Copy link

im also getting this, but on apple M series

@mferris77
Copy link

Getting this as well on Windows, however it seems to be an issue with the 'triton' package, which is only supported in Linux. More info here although I haven't read through the entire thread to see if there's a resolution. It sounds like Windows users will need to use WSL.

@Marinades
Copy link

ERROR: Ignored the following versions that require a different python version: 0.55.2 Requires-Python <3.5 ERROR: Could not find a version that satisfies the requirement triton==2.0.0 (from versions: none) ERROR: No matching distribution found for triton==2.0.0

I am on OSX Ventura INTEL running python 10.6

Also I cannot find any instruction how to run the installation? is there no we UI?

Building from source worked for me on M3 Pro. Official instructions:

git clone https://github.com/openai/triton.git;
cd triton/python;
pip install ninja cmake wheel; # build-time dependencies
pip install -e .

https://github.com/openai/triton/blob/main/docs/getting-started/installation.rst

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants