-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Can‘t install GroundingDINO #295
Comments
Try running this: which c++ |
i use windows and my c++ is |
try to use C++9 and G++9 |
I have the same problem...were you able to solve this problem? I am using Ubuntu 22.04 |
It seem that my g++ version is higher than G++9 |
I meet this question in windows,and I try it again in ubuntu 22.04,this bug doesn't appear again,but when I run During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last):
|
use 9.4.0, must 9.4.0 |
请问如何解决 |
Hey, I met this issue but fixed it successfully.
|
How to install the required version 9.4.0, I can't get this version, but only the version 9.5. And it seems not working. |
Hi @Leestronger I have your same problem, but if I run which c++, I get:
|
windows 10, wsl2: |
@Zhangzhixiang-laugh thanks for your answer, I'm working on windows 11. |
I don't remember the exact relationship, but it looks like it will involve cuda-level operations. wsl2 will fit you. |
G++的版本调整为9.4.0就能安装成功了 |
conda安装9.3.0的gcc也可以 |
`Installing collected packages: groundingdino
Running setup.py develop for groundingdino
error: subprocess-exited-with-error
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [103 lines of output]
fatal: not a git repository (or any of the parent directories): .git
Building wheel groundingdino-0.1.0
Compiling with CUDA
running develop
running egg_info
writing groundingdino.egg-info\PKG-INFO
writing dependency_links to groundingdino.egg-info\dependency_links.txt
writing requirements to groundingdino.egg-info\requires.txt
writing top-level names to groundingdino.egg-info\top_level.txt
reading manifest file 'groundingdino.egg-info\SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'groundingdino.egg-info\SOURCES.txt'
running build_ext
building 'groundingdino._C' extension
Emitting ninja build file D:\code\python\acupoint_detection\Grounded-Segment-Anything-main\GroundingDINO\build\temp.win-amd64-cpython-38\Release\build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)
C:\Users\lynnd\Anaconda3\envs\ground_seg\lib\site-packages\setuptools\command\develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!
note: This error originates from a subprocess, and is likely not a problem with pip.`
The text was updated successfully, but these errors were encountered: