microsoft / DynamicHead

MIT License
623 stars 60 forks source link

python -m pip install -e DynamicHead #33

Open sevenandseven opened 2 years ago

sevenandseven commented 2 years ago

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 commented 2 years ago

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

thecch commented 2 years ago

Solved it with this

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

xuchen218 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 1 year ago

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