You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.`
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
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.`
All reactions