mikeizbicki / cmc-csci046

CMC's Data Structures and Algorithms Course Materials
55 stars 155 forks source link

My worst enemy: Phantom disk quota #554

Closed PArellano02 closed 1 year ago

PArellano02 commented 1 year ago

Hello ! = v )

I am currently trying to run

$ pip3 install aiohttp

unfortunately, I get a disk quota error again!

the error reads:

Exception:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 353, in run
    wb.build(autobuilding=True)
  File "/usr/lib/python3/dist-packages/pip/wheel.py", line 749, in build
    self.requirement_set.prepare_files(self.finder)
  File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 380, in prepare_files
    ignore_dependencies=self.ignore_dependencies))
  File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 620, in _prepare_file
    session=self.session, hashes=hashes)
  File "/usr/lib/python3/dist-packages/pip/download.py", line 821, in unpack_url
    hashes=hashes
  File "/usr/lib/python3/dist-packages/pip/download.py", line 663, in unpack_http_url
    unpack_file(from_path, location, content_type, link)
  File "/usr/lib/python3/dist-packages/pip/utils/__init__.py", line 623, in unpack_file
    untar_file(filename, location)
  File "/usr/lib/python3/dist-packages/pip/utils/__init__.py", line 596, in untar_file
    shutil.copyfileobj(fp, destfp)
  File "/usr/lib/python3.6/shutil.py", line 82, in copyfileobj
    fdst.write(buf)
OSError: [Errno 122] Disk quota exceeded

given my previous encounters with the disk quota error, I currently only have the Wardial repository on the lambda server. Therefore the command

$ du -hd1 $HOME

yields the following output.

36M /home/Pedro.Arellano.25/.local
7.4M    /home/Pedro.Arellano.25/.cache
244K    /home/Pedro.Arellano.25/proj
304K    /home/Pedro.Arellano.25/.vim
8.0K    /home/Pedro.Arellano.25/.config
8.0K    /home/Pedro.Arellano.25/.gnupg
44M /home/Pedro.Arellano.25

I am aware that for some reason Mike had a different output but I do not know where this would be coming from

mikeizbicki commented 1 year ago

I have increased your disk quota limit once again so this should be resolved.

finnless commented 1 year ago

"It's free disk quota" from Its free real estate meme