Skip to content
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

Error during Installation #450

Open
Lee4396 opened this issue Nov 18, 2024 · 3 comments
Open

Error during Installation #450

Lee4396 opened this issue Nov 18, 2024 · 3 comments

Comments

@Lee4396
Copy link

Lee4396 commented Nov 18, 2024

Error running pip install -e .:

Obtaining file:///home/ec2-user/sam2
Installing build dependencies ... done
Checking if build backend supports build_editable ... done
Getting requirements to build editable ... error
error: subprocess-exited-with-error

× Getting requirements to build editable did not run successfully.
│ exit code: -11
╰─> [0 lines of output]
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build editable did not run successfully.
│ exit code: -11
╰─> See above for output.

Cuda: 12.1
Torch: 2.5.1
Platform: Linux

@hogmeade
Copy link

I had the same problem. Ubuntu 18.04.

@quantumcoder121
Copy link

I am facing the same error

@haomengz
Copy link

Had similar issue before. Fix the issue with:
pip install --no-build-isolation -e .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants