Forums

ERROR: Could not install packages due to an OSError: [Errno 122] Disk quota exceeded

Good day....am trying to deploy the web app but get the ERROR: Could not install packages due to an OSError: [Errno 122] Disk quota exceeded

and i still have space

please

Have a look at this help page.

Yes i have.

i had run into a similar error and saw that open-cv was the problem but this time open-cv is not in my requirements.txt file...

thank you

It could really be any package that takes up a lot of space; the error message will normally say which one it was installing at the time it hit the disk limit.

Got it resolved had to comment out some packages from the requirements file.

Thanks alot

Thanks for letting us know!

same issue here , .gitconfig 2023-01-20 11:09 266 bytes .profile 2023-01-20 11:09 79 bytes .python_history 2023-08-11 18:17 0 bytes .pythonstartup.py 2023-08-02 18:34 77 bytes, as u can see i dont have any Big package and the error message does not show nothing , im trying to install CCXT i even tried to create a virtual env But same issue, any help ???

That is just that the package you're trying to install needs more space than is available in your account. See https://help.pythonanywhere.com/pages/DiskQuota/ to see if there are files that you can delete to make some space.