Installed Package on JupyterHub, now disk quota is exceeded and can’t remove it

90 Views Asked by At

I’m using Jupyter Hub with Python at my university, and I accidentally installed packages torch and torchvision onto the Jupyter hub. Now the disk quota is exceeded (Errno 122) and when I used ‘pip uninstall torch’, it says torch is not found. It’s also not on the list of modules, so I’m assuming it didn’t fully install because it ran out of disk, but now I need to get rid of the rest of the files so that my Jupyter Hub can run smoothly again. Any suggestions are greatly appreciated.

I’ve tried uninstalling torch and torchvision in a couple different ways to no avail, I assume I need to dig through the terminal to find the partial files.

0

There are 0 best solutions below