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 occurs when setting up, could be related to the update of GroundingDINO two days ago #6

Open
lanlanyan0817 opened this issue Nov 17, 2023 · 1 comment

Comments

@lanlanyan0817
Copy link

Hi, thanks for your great work! I have been using your model for several weeks on Google Colab. It worked well, and I got good masks. However, I just found today there is an error occurring when running the first cell, installing GroundedDINO:

/content/Grounded-Segment-Anything
Installing build dependencies ... done
Checking if build backend supports build_editable ... done
Getting requirements to build editable ... done
Preparing editable metadata (pyproject.toml) ... done
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 254.7/254.7 kB 4.9 MB/s eta 0:00:00
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 41.9 MB/s eta 0:00:00
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.2/72.2 kB 9.9 MB/s eta 0:00:00
error: subprocess-exited-with-error

× Building editable for groundingdino (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Building editable for groundingdino (pyproject.toml) ... error
ERROR: Failed building editable for groundingdino
ERROR: Could not build wheels for groundingdino, which is required to install pyproject.toml-based projects

So, I checked the pyproject.toml of GroundDINO of Grounded-Segment-Anything, and I found that they updated the pyproject.toml two days ago. I think the error could be related to this update, but I am not sure if it's true, and I don't know exactly how to fix it. Maybe can you check if the problem is related to the update or something else? Thanks!

@segments-tobias
Copy link
Collaborator

@lanlanyan0817 I updated the project and it runs for me. Could you check again if you still need it?

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

3 participants
@segments-tobias @lanlanyan0817 and others