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 DynamicHead #33

Open
sevenandseven opened this issue Jan 17, 2022 · 6 comments
Open

python -m pip install -e DynamicHead #33

sevenandseven opened this issue Jan 17, 2022 · 6 comments

Comments

@sevenandseven
Copy link

Hi, when I execute this sentence, an error occurs with DynamicHead.
ERROR: DynamicHead is not a valid editable requirement. It should either be a path to a local p
roject or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bz
r+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).

@shoale-badr
Copy link

Having the same issue. Did you end up figuring it out?

@thecch
Copy link

thecch commented Jan 29, 2022

Solved it with this

python -m pip install git+https://github.com/microsoft/DynamicHead.git

@xuchen218
Copy link

Please first build the project at the parent directory of DynamicHead with python -m pip install -e DynamicHead
hello, I did what you said, but it reports an error, how can I fix it?,thank you.

ERROR: DynamicDhead-master is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with svn+, git+, hg+, or bzr+).

I have the same problem. And I tried to change it to:
python -m pip install git+git://github.com/microsoft/DynamicHead.git

But the following errors still exist.
ERROR: Command errored out with exit status 128: git clone -q git://github.com/microsoft/DynamicHead.git /tmp/pip-req-build-ude1p9yh Check the logs for full command output.

@thecch
Copy link

thecch commented Mar 1, 2022

Please first build the project at the parent directory of DynamicHead with python -m pip install -e DynamicHead
hello, I did what you said, but it reports an error, how can I fix it?,thank you.

ERROR: DynamicDhead-master is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with svn+, git+, hg+, or bzr+).

I have the same problem. And I tried to change it to: python -m pip install git+git://github.com/microsoft/DynamicHead.git

But the following errors still exist. ERROR: Command errored out with exit status 128: git clone -q git://github.com/microsoft/DynamicHead.git /tmp/pip-req-build-ude1p9yh Check the logs for full command output.

Not a maintainer here. You can try cloning it directly and installing it with pip. Should be the same thing

@xuchen218
Copy link

cloning

I can not quite understand this sentence "You can try cloning it directly and installing it with pip. "
My original practice was to do "git clone code" first, and then meet the eeror of "._C".

Thank you for your reply and help!

@tamashiinochikara
Copy link

i have same

Please first build the project at the parent directory of DynamicHead with
hello, I did what you said, but it reports an error, how can I fix it?,thank you.python -m pip install -e DynamicHead

ERROR: DynamicDhead-master is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with svn+, git+, hg+, or bzr+).

I have the same problem. And I tried to change it to: python -m pip install git+git://github.com/microsoft/DynamicHead.git

But the following errors still exist. ERROR: Command errored out with exit status 128: git clone -q git://github.com/microsoft/DynamicHead.git /tmp/pip-req-build-ude1p9yh Check the logs for full command output.

I have the same problem. Have you solved 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

5 participants