-
Notifications
You must be signed in to change notification settings - Fork 203
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
Installation stopped working after GroundingDino Update #66
Labels
bug
Something isn't working
Comments
the same problem |
same problem |
I have the same problem. Is there a solution? |
A quick workaround: install GroundingDINO manually using this commit version |
Install locally and modify the pillow version number in the peoject.toml file |
Closed
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to install the package using the steps of the documentation you get conflicting dependencies of lang-sam and grounding dino.
Root of the issue seems to be that the requirements of grounding dino were recently changed to force an installation of supervision 0.21.0 which is incompatible with pillow<9.4.
Theproblem is that lang-sam 0.1.0 depends on Pillow==9.3.0
I tried cuda and pip isntallation and it is for both the same.
The text was updated successfully, but these errors were encountered: