Forums

OSError but disk space does not seem to be full

My disk quota seems to be only half full (Files tab) but getting following error when doing a pip install -r requirements.txt

OSError: [Errno 122] Disk quota exceeded

It's possible that your requirements would fill the disk quota; when you do a pip install, it tries to install everything, but it it gets an error then it will clear down stuff that it's already done, which will free up the disk space again.

I have re-uploaded from GitHUb, it seems PA thinks I now have double the code/media. All I did was add three lines of code and one 10mb file and I went from 500mb to 1GB. I just need someone to take a look as my app is 500mb and on PA is show 950 mb.

Where is it showing? Is it the size of your directory or the overall usage of space on your account? Also, you may consider the shallow clone of your repo. It should be much smaller.