NVlabs / tiny-cuda-nn

Lightning fast C++/CUDA neural network framework
Other
3.65k stars 449 forks source link

issue #457

Open YakovM93 opened 1 month ago

YakovM93 commented 1 month ago

i tried some different computers and still the same problem

(nerfstudio) C:\Users\yakov>pip install ninja git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch Collecting git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch Cloning https://github.com/NVlabs/tiny-cuda-nn/ to c:\users\yakov\appdata\local\temp\pip-req-build-3q6itie5 Running command git clone --filter=blob:none --quiet https://github.com/NVlabs/tiny-cuda-nn/ 'C:\Users\yakov\AppData\Local\Temp\pip-req-build-3q6itie5' error: RPC failed; curl 92 HTTP/2 stream 3 was not closed cleanly: CANCEL (err 8) error: 6367 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output fatal: could not fetch 63576553f0c4a64f6d564498a0f32dbbecb7b0ea from promisor remote warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry with 'git restore --source=HEAD :/'

error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet https://github.com/NVlabs/tiny-cuda-nn/ 'C:\Users\yakov\AppData\Local\Temp\pip-req-build-3q6itie5' did not run successfully. │ exit code: 128 ╰─> See above for output.

mxcheeto commented 1 month ago

Very same error. Any idea?