GroundingDINO
GroundingDINO copied to clipboard
why。。。。
PS G:\BaiduSyncdisk\AIproject\GroundingDINO> pip install -e . Looking in indexes: https://pypi.org/simplehttps://pypi.doubanio.com/simple, https://pypi.tuna.tsinghua.edu.cn/simple Obtaining file:///G:/BaiduSyncdisk/AIproject/GroundingDINO Installing build dependencies ... done Checking if build backend supports build_editable ... done Getting requirements to build editable ... error error: subprocess-exited-with-error
× Getting requirements to build editable did not run successfully.
│ exit code: 1
╰─> [19 lines of output]
Traceback (most recent call last):
File "C:\Program Files\Python310\lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× Getting requirements to build editable 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.
same error!! Cannot solve it until now
run pip install -r requirement.txt
before pip install -e .
Still the same error after pip install -r requirement.txt