triton 2.0.0 pip install失败

项目场景:triton==2.0.0 pip install 异常

问题描述

`ERROR: Could not find a version that satisfies the requirement triton==2.0.0
I tried Python 3.10, got an error that some dependency required Requires-Python >=3.7,< 3.10

解决方案:

更换为:
pip install https://huggingface.co/r4ziel/xformers_pre_built/resolve/main/triton-2.0.0-cp310-cp310-win_amd64.whl

参考:
https://stackoverflow.com/questions/77152235/python-build-error-with-stable-diffusion-repository-error-could-not-find-a-ve

你可能感兴趣的:(pip)