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 have problems with [`xformers` by Meta](https://github.com/facebookresearch/xformers) (see [issue](https://github.com/facebookresearch/xformers/issues/940)). I even tried with latest `uv` _without build isolation_:
❯ uv pip install setuptools torch numpy
Resolved 11 packages in 2ms
Installed 1 package in 23ms
+ numpy==1.26.4
❯ uv pip install xformers --no-build-isolation
Resolved 11 packages in 2ms
error: Failed to download distributions
Caused by: Failed to fetch wheel: xformers==0.0.24
Caused by: Failed to build: xformers==0.0.24
Caused by: Build backend failed to build wheel through `build_wheel()` with exit status: 1--- stdout:--- stderr:usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --helperror: invalid command'bdist_wheel'
Originally posted by @baggiponte in #2252 (comment)
The text was updated successfully, but these errors were encountered: