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

python -m pip install -e GroundingDINO 安装报错 #3

Open
renxiaosa00 opened this issue Apr 7, 2023 · 5 comments
Open

python -m pip install -e GroundingDINO 安装报错 #3

renxiaosa00 opened this issue Apr 7, 2023 · 5 comments

Comments

@renxiaosa00
Copy link

ERROR: GroundingDINO is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).

@rentainhe
Copy link
Collaborator

Sry, we will further refine this project later~ you can directly install GroundingDINO follow the official guide:

conda activate <your_env>
git clone https://github.com/IDEA-Research/GroundingDINO.git
cd GroundingDINO
pip install -e .

@lukakeso
Copy link

If you are using colab, make sure to use correct syntax (! or %) like so:

!git clone https://github.com/IDEA-Research/GroundingDINO.git
%cd GroundingDINO
!pip install -e .
%cd ..

more on ! VS %

@jingzhengli
Copy link

ERROR: GroundingDINO is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).

I also encountered this error...

@nhikieu
Copy link

nhikieu commented May 25, 2023

If you try to mount your drive on colab notebook, you can try to edit the %cd command to

%cd /content/drive/MyDrive/Colab/Grounded-Segment-Anything/GroundingDINO
!pip install -q -e /content/drive/MyDrive/Colab/Grounded-Segment-Anything/GroundingDINO

instead of %cd /content/. This works for me

@artificialzjy
Copy link

I met this in Docker(Ubuntu) with "Error:segment_anything is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file)",how to solve it

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

6 participants