d2l-ai / d2l-en

Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
https://D2L.ai
Other
23.92k stars 4.36k forks source link

ERROR : pip install git+https://github.com/d2l-ai/d2l-en #766

Closed xiaojidan closed 4 years ago

xiaojidan commented 4 years ago

When I enter 'pip install git+https://github.com/d2l-ai/d2l-en', it shows that

"Cloning https://github.com/d2l-ai/d2l-en to /private/var/folders/42/wvdnbdv97t36hl2tbpl7qnhm0000gn/T/pip-req-build-3ifoib73 Running command git clone -q https://github.com/d2l-ai/d2l-en /private/var/folders/42/wvdnbdv97t36hl2tbpl7qnhm0000gn/T/pip-req-build-3ifoib73 error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: the remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed ERROR: Command errored out with exit status 128: git clone -q https://github.com/d2l-ai/d2l-en /private/var/folders/42/wvdnbdv97t36hl2tbpl7qnhm0000gn/T/pip-req-build-3ifoib73 Check the logs for full command output.

what's wrong?

astonzhang commented 4 years ago

I tested pip install git+https://github.com/d2l-ai/d2l-en on my end and it still works. Did you google the error? Alternatively, you may git clone git@github.com:d2l-ai/d2l-en.git && cd d2l-en && python setup.py develop

xiaojidan commented 4 years ago

@astonzhang Thanks a lot . I solve it by your suggestions.