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

request.txt #24

Closed
jcgfxk opened this issue Sep 11, 2023 · 4 comments
Closed

request.txt #24

jcgfxk opened this issue Sep 11, 2023 · 4 comments

Comments

@jcgfxk
Copy link

jcgfxk commented Sep 11, 2023

hello,when i install the diffbir, i meet with a problem

when i run "pip install -r requirements.txt", cmd shows "ERROR: Could not find a version that satisfies the requirement triton"

my already used python is 3.11, i don't know if this is the cause of this problem

thank you for your time

image

and what's more, when i input the "conda install pytorch==1.12.1 torchvision==0.13.1 cudatoolkit=11.3 -c pytorch", cmd shows as follow picture:
image

sorry for my junior question

@0x3f3f3f3fun
Copy link
Collaborator

0x3f3f3f3fun commented Sep 11, 2023

Haha :), everyone has been frustrated due to environment configuration issues👻.

Refer to this page, there are many reasons for the first issue. Considering that your platform is Windows, I suggest two possible solutions:

  • run pip install https://huggingface.co/r4ziel/xformers_pre_built/resolve/main/triton-2.0.0-cp310-cp310-win_amd64.whl
  • upgrade pip and then run pip install triton

For the second issue, I think you can create a new environment with python=3.9 and try installing environment again.

@jcgfxk
Copy link
Author

jcgfxk commented Sep 12, 2023

Thank you very much for your patience.
I try the method as triton-lang/triton#1057, unfortunately failed to resolve this issue
Maybe my window11 is not compatible, I will try it on Ubuntu
Thank you very much again

@CICSilver
Copy link

pip install https://huggingface.co/r4ziel/xformers_pre_built/resolve/main/triton-2.0.0-cp310-cp310-win_amd64.whl this need python>=3.10, I have tried this with py3.9 and got an error, then success with py3.10

@vincentkenny66
Copy link

微信图片_20240223230158
Hello, I encountered this problem, how to deal with it?

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

5 participants