I'm trying to install the package sodapy using Pip on a fresh instance of Google Datalab but I'm receiving the error 'No space left on device.' I created this instance with over 100 GB of disk space so I'm a bit confused why I would be getting this error and I've tried deleting instances and creating new ones with no luck.
I'm using the command
!pip install sodapy
as is explained in the documentation- https://cloud.google.com/datalab/docs/how-to/adding-libraries
Thanks in advance for your help!