Open sevenandseven opened 2 years ago
Having the same issue. Did you end up figuring it out?
Solved it with this
python -m pip install git+https://github.com/microsoft/DynamicHead.git
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.
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
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!
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
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).