Getting Errors While Installing xformers #1391
Unanswered
lemonyfreshness
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Trying to install xformers for a trellis2 workflow.
Using this command:
python_embeded\python.exe -m pip install xformers==v0.0.32.post1
Getting this error:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torchaudio 2.10.0+cu126 requires torch==2.10.0, but you have torch 2.8.0 which is incompatible.
torchvision 0.25.0+cu126 requires torch==2.10.0, but you have torch 2.8.0 which is incompatible.
Following this tutorial:
https://www.youtube.com/watch?v=OkK-BfLiS2Q
Which seems to say that the reason why we are using that specific post is because it is specifically compatable with torch2.8.
Sorry if this is a dumb question and I did look for other related posts so forgive me if this has been answered elsewhere.
Thanks in advance.
All reactions