Built a new pc and currently running into download issues.
Chrome and firefox
- Some files, not sure why, will fail and run into network error no matter what I do.
chrome:
firefox:
Similarly, when I tried downloading packages in conda, for example
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
I get
("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer'))
Full output below:
the strangest thing is when i deactivate the conda environment, and run the same command (i.e. install pytorch), it installs no problem! The problem vaguely seems to relate to the size of files somehow, so very small files that download within a second or two seem to be fine, but even slightly larger files/packages seem to run into problem. I have no networking knowledge, but could this somehow relate to http vs https?


