Cloning into bare repository '/home/conda/feedstock_root/build_artifacts/git_cache/github.com/pytorch/pytorch.git'...
error: RPC failed; HTTP 408 curl 18 HTTP/2 stream 7 was reset
fatal: expected 'packfile'
At first I suspected a github issue, but this persists across restarts, and more importantly, it doesn't show up on OSX, only on linux. Based on the error message and the recently released new curl version, I'm suspecting this feedstock, but perhaps it's something else entirely...
Interestingly, the CI does not yet pull in 8.1.1, but rather:
++ conda list --show-channel-urls
# packages in environment at /opt/conda:
[...]
curl 8.1.0 h409715c_0 conda-forge
I'm not sure if 8.1.1 would fix things already, but I wanted to open an issue if other people run into this.
I see some cloning issues for the very beginning of a build in https://github.com/conda-forge/pytorch-cpu-feedstock/pull/169:
At first I suspected a github issue, but this persists across restarts, and more importantly, it doesn't show up on OSX, only on linux. Based on the error message and the recently released new curl version, I'm suspecting this feedstock, but perhaps it's something else entirely...
Interestingly, the CI does not yet pull in 8.1.1, but rather:
I'm not sure if 8.1.1 would fix things already, but I wanted to open an issue if other people run into this.
CC @conda-forge/core