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

Issue of requirements.txt #3

Open
gallenszl opened this issue Jan 18, 2024 · 6 comments
Open

Issue of requirements.txt #3

gallenszl opened this issue Jan 18, 2024 · 6 comments

Comments

@gallenszl
Copy link

Hello, I notice some python requirements mentioned in the requirement.txt can not be directly installed by

pip install -r requirement.txt

for example line 147 of the requirement.txt -e /home/cz2021/project/segment-anything-main
I will receive such error

ERROR: /home/cz2021/project/segment-anything-main 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).

Could you please give a available requirement.txt to install the python requirements?
Thanks.

@huangjch526
Copy link

same error

@changzheng123
Copy link
Owner

You can clone and open this repo "https://github.com/facebookresearch/segment-anything", then run "pip install ."

@lmc2000
Copy link

lmc2000 commented Oct 3, 2024

certifi @ file:///croot/certifi_1671487769961/work/certifi

@lmc2000
Copy link

lmc2000 commented Oct 3, 2024

为什么全是依赖冲突啊

@oshengeenath
Copy link

Hi did anyone find a method to tackle this error?

ERROR: /home/cz2021/project/segment-anything-main 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).

@lmc2000
Copy link

lmc2000 commented Dec 20, 2024

academictorrents=2.3.3需要future=0.16.0 但是torch-lighting需要>0.17

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

5 participants