Replies: 1 comment
-
See this issue: #740 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Python 3.10, Torch 2.4, Apple Silicon chip M1Max.
This is the error log in the install time:
`Collecting xformers
Using cached xformers-0.0.28.post1.tar.gz (7.8 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/private/var/folders/d3/13vn5rt91cs5cvvp69fhydgh0000gn/T/pip-install-wfnbid1n/xformers_e68956655fcb4cbaa455617baab0bfc6/setup.py", line 24, in
import torch
ModuleNotFoundError: No module named 'torch'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.`
Beta Was this translation helpful? Give feedback.
All reactions