Question
How to pip install large packages?
Is there a way to install large pip packages on basic droplet instances.
There seems like some process which anneals the network bandwith after 700mbs and evantually kills pip - preventing the package from installing. Note process id 17918 was the pip process.
For example:
python -m pip install torch
Here is the shell log of the above command failing:
(tinygrad) root@transformer-cpu ~/tinygrad # â¯â¯â¯ python -m pip install torch â 1 master
Collecting torch
Downloading torch-1.7.1-cp38-cp38-manylinux1_x86_64.whl (776.8 MB)
|ââââââââââââââââââââââââââââââââ| 773.3 MB 73 kB/s eta 0:00:48
|ââââââââââââââââââââââââââââââââ| 776.0 MB 7.3 kB/s eta 0:01:47[1] 17918 killed python -m pip install torch
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×