-
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
ERROR: No matching distribution found for groundingdinoPlease read & provide the following #51
Comments
I am also having problems with groundingdino. I am on an ssh connection to a server. In my case I get:
The full output: `(...)/.local/lib/python3.10/site-packages/groundingdino/models/GroundingDINO/ms_deform_attn.py:31: UserWarning: Failed to load custom C++ ops. Running on CPU mode Only!
|
My problem turned out to be mentioned on installation guide for groundingdino. |
I meet the same problem . |
Branch: main package lang-sam==0.1.0 not in pipy or conda-forge source ? |
I successfully installed it with the following command. 1.Clone the GroundingDINO repository from GitHub. git clone https://github.com/IDEA-Research/GroundingDINO.git Change the current directory to the GroundingDINO folder. cd GroundingDINO/ Install the required dependencies in the current directory. |
But In lang_sam.py file, I detect that the model = build_model(args) command of the load_model_hf function cannot be executed. why?thank you |
You can try pip install nw-groundingdino, this works for me. |
I also encounter the same issue. It seems that the conda env use python 3.8, but some of the required packages do not support python 3.8 anymore. |
Instructions To Reproduce the 🐛 Bug:
When I want to get the environment installed, I meet the error:
ERROR: Could not find a version that satisfies the requirement groundingdino (from versions: none)
ERROR: No matching distribution found for groundingdino
how can I fix this
The text was updated successfully, but these errors were encountered: