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

Fix the dependencies install command in README.md #272

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ankitkariryaa
Copy link

The current instruction would look for setup.py in the current folder instead of segment-anything-2 folder.

cd segment-anything-2 & pip install -e .

Obtaining file:///home/user 
      ERROR: file:///home/user does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.```

cd segment-anything-2 && pip install -e .

Obtaining file:///home/user/segment-anything-2 
          Installing build dependencies ...

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

Successfully merging this pull request may close these issues.

2 participants