Every time when I try to install some package, I get:
(ecz) root@zakazatdostavku:/opt# pip install django gunicorn
Collecting django
Downloading Django-1.11-py2.py3-none-any.whl (6.9MB)
99% |████████████████████████████████| 6.9MB 11.6MB/s eta 0:00:01Killed
Here is the link on --verbose
version
https://github.com/AnSharipov/restrict-same-words/blob/a4b2b4ed47c376ca15bbc19569e72cd3a4533292/log
If you want to force pip to clear out its download cache and use the specific version you can do by using --no-cache-dir command. If you are using an older version of pip than upgrade it with pip install -U pip. This will help you clear pip cache.
By default, pip does not perform any checks to protect against remote tampering and involves running arbitrary code from distributions. It is, however, possible to use pip in a manner that changes these behaviours, to provide a more secure installation mechanism.
--no-cache-dir Disable the cache.
I had to increase free RAM. After that everything works fine
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With