IDEA-Research / GroundingDINO

[ECCV 2024] Official implementation of the paper "Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection"
https://arxiv.org/abs/2303.05499
Apache License 2.0
6.83k stars 693 forks source link

Can't install on local #272

Open shiraori39 opened 10 months ago

shiraori39 commented 10 months ago

When i run pip -q install -e . it always says ModuleNotFoundError: No module named 'torch' but i have already installed torch by pip install torch

Wenbobobo commented 10 months ago

me toooooo i tried so many times but still failed

michalilski commented 10 months ago

Try lower version of pip, e.g. pip install pip==22.3.1

qwerty32123 commented 9 months ago

pip install pip==22.3.1

this fixed the issue, do recent versions of pip dont have support?

rltgjqmcpgjadyd commented 6 months ago

Try lower version of pip, e.g. pip install pip==22.3.1

I had the same problem and this solved it

PIP version with installation issues is 24.0

a0405u commented 4 months ago

Try lower version of pip, e.g. pip install pip==22.3.1

Works like a charm.

AlexMorgand commented 2 weeks ago

Solved the issue as well