We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For some reason, poetry add git+https://github.com/deepmind/dm-haiku.git now gives the error:
poetry add git+https://github.com/deepmind/dm-haiku.git
Command '['git', '--git-dir', '/tmp/pypoetry-git-dm-haikufkv97ad7/.git', '--work-tree', '/tmp/pypoetry-git-dm-haikufkv97ad7', 'checkout', 'master']' returned non-zero exit status 1.
I discovered this because with my old dependency dm-haiku = {git='https://github.com/deepmind/dm-haiku.git'}, calling poetry update gives me:
dm-haiku = {git='https://github.com/deepmind/dm-haiku.git'}
poetry update
Updating dependencies Resolving dependencies... (0.8s) CalledProcessError Command '['git', '--git-dir', '/tmp/pypoetry-git-dm-haikurhz6cj20/.git', '--work-tree', '/tmp/pypoetry-git-dm-haikurhz6cj20', 'checkout', 'master']' returned non-zero exit status 1. at ~/.pyenv/versions/3.9.5/lib/python3.9/site-packages/poetry/utils/_compat.py:217 in run 213│ process.wait() 214│ raise 215│ retcode = process.poll() 216│ if check and retcode: → 217│ raise CalledProcessError( 218│ retcode, process.args, output=stdout, stderr=stderr 219│ ) 220│ finally: 221│ # None because our context manager __exit__ does not use them.
The text was updated successfully, but these errors were encountered:
Hello,
this is a duplicate of #3366
fin swimmer
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
For some reason,
poetry add git+https://github.com/deepmind/dm-haiku.git
now gives the error:I discovered this because with my old dependency
dm-haiku = {git='https://github.com/deepmind/dm-haiku.git'}
, callingpoetry update
gives me:The text was updated successfully, but these errors were encountered: