-
Notifications
You must be signed in to change notification settings - Fork 796
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
Fails to install xformers
on macOS
#9422
Comments
Output of
|
Don't know if this is related or not, but when I tried
So then I tried
and the native library is apparently built with the right architecture:
and then I tried |
Regarding the last part, the hint on the build failure suggests the problem there..
See the documentation on build isolation:
Regarding the OS error, I'm not sure what could be happening there. Do you have multiple file systems? I cannot reproduce that specific failure, e.g., with |
Only the filesystems that macOS itself has set up, I have not tweaked that:
|
Trying out
uv
for the first time, I tried to set up https://github.com/RUCKBReasoning/SpreadsheetBench according to the instructions in its README, just usinguv pip
instead ofpip
. That fails with a low-level OS error, unlikely to be by design.Steps:
git clone [email protected]:RUCKBReasoning/SpreadsheetBench.git
(got d15a2e1b6bdfe16e26281d2b2fb553128c748b12 at the time of this writing)modify
requirements.txt
to not have conflicting requirements (I guesspip
itself is lax about these?):uv venv -p 3.12.7
:uv pip install -r requirements.txt
... this fails with:-v
— this yields output that's too big for a Github issue body, will try to attach in a comment.Platform: macOS Sequoia 15.1.1 (24B91) on an Apple M1 Pro
uv --version
: uv 0.5.4 (Homebrew 2024-11-20)The text was updated successfully, but these errors were encountered: