We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
I had the same problem. Ubuntu 18.04.
Sorry, something went wrong.
I am facing the same error
Had similar issue before. Fix the issue with: pip install --no-build-isolation -e .
pip install --no-build-isolation -e .
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: