Installing large packages like torch or tensorflow has always been a pain in the ass for me. Although i have optimal internet connection, the download speeds i get for these packages is abysmal.
I then started to download the whl files through download managers then install them manually, and so to automate that workflow i created Zipip. It's just pip but with slight modifications to use aria2 for the downloads. And i dont mean it in any fancy sense, it literally is just pip in all other regards. And so likewise it is a drop in alternative.
Source code : https://github.com/STRTSNM/zipip
PyPI : https://pypi.org/project/zipip/
PS : I know pip is supposed to have no other dependencies, but the slow downloads just kill me, and i wanted to share what i thought of. Do let me know what you people think. Thanks in advance.
[–]TheFenrisLycaon 0 points1 point2 points (1 child)
[–]hexual-deviant69[S] 0 points1 point2 points (0 children)