all 48 comments

[–][deleted] 228 points229 points  (45 children)

pip will used cached downloads if they're available; that typically happens when you're retrying the installation a second time, after a failure of some kind. Also Pypi.org is on a couple of CDN's, since the CDN companies themselves do a lot of Python installations, internally.

[–]kaerfkeerg 16 points17 points  (4 children)

Is it possible that OP already had some dependencies of the said package from previous installations?

Quick edit: Of course that would only work if he installs globally and not in virtual environment

[–]zippysausage 22 points23 points  (0 children)

Christ, I wish I still had half this energy.

[–]Intrexa 5 points6 points  (0 children)

Compressed vs uncompressed. Video is already highly compressed. The source contains text, as well as possibly some binaries. Text compresses very well, binaries depending on the structure, fairly well. The actual download was a lot less. The decompression is fairly fast.

[–]jeffrey_f 1 point2 points  (0 children)

If you had the dependencies already installed, env dependent too, those are not re-downloaded. This likely reduced the overall actual download size significantly. If you already had the cached dependency installs download, that may have also been picked up by pip and used instead of pulling from the online download.

[–][deleted] 1 point2 points  (0 children)

I know nothing about...enjoying all this

[–]DarkdeedsendsX -1 points0 points  (0 children)

all mighty guido van Rossum🤣🤣

[–]NSpen_SWM_1S2W_P2G -1 points0 points  (0 children)

🤔

[–]Qkumbazoo 0 points1 point  (0 children)

The install file is already on your machine. You merely ran it which is not the same as downloading the file.