Skip to content
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 pip install --no-build-isolation -e GroundingDINO #490

Open
JustinKai0527 opened this issue Apr 22, 2024 · 0 comments
Open

Comments

@JustinKai0527
Copy link

Hi, I am facing some problem about the installation.
I do following command

git clone https://github.com/Shilin-LU/MACE.git
conda create -n mace python=3.10
conda activate mace
conda install pytorch==2.0.1 torchvision==0.15.2 pytorch-cuda=11.7 -c pytorch -c nvidia
export AM_I_DOCKER=False
export BUILD_WITH_CUDA=True

cd MACE
git clone https://github.com/IDEA-Research/Grounded-Segment-Anything.git
cd Grounded-Segment-Anything

Install Segment Anything:

python -m pip install -e segment_anything

Install Grounding DINO:

pip install --no-build-isolation -e GroundingDINO

but something wrong happen saying my
image
I check using my terminal is nvcc --version is cuda 12.3
but I use export CUDA_HOME=/path/to/cuda-11.7/
I got another error
image
also my nvcc --version is still 12.3 but the above cuda version is mismatch doesn't exist but go this another error .....
thx for helping me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant