Forums

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

Hello, I am just installing the python dependencies thru the command env/bin/python -m pip install -r env/bin/python -m pip install -r requirements.txt

In the requirements.txt, there are only these libs: requests==2.31.0 pandas==2.0.3 awswrangler==3.3.0 pyarrow==13.0.0

However I am getting the error Could not install packages due to an OSError: [Errno 122] Disk quota exceeded

Could you please advise?

You are running out of disk space during the installation.