Problem Description
I'm trying to install package with pip on Ubuntu server:
$ pip install MySQLdb
Downloading/unpacking MySQLdb
Killed
And it's getting killed. There is enough free RAM on server. Why it is killed?
UPD
Logs:
> Out of memory: Kill process 6627 (pip) score 297 or sacrifice child
Thats strange, because I have about 150 mb free RAM.
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?