unable to download files in google chrome and python packages via anaconda (Ubuntu 22.04.1 LTS)

Viewed 20

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:

enter image description here

firefox:

enter image description here

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:

enter image description here

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?

0 Answers
Related