I was trying to install turicreate using
pip install -U turicreate
But got the error
Could not install packages due to an EnvironmentError: [Errno 28] No space left on device.I followed all the steps on the installation instructions.
Does anyone know how I could solve this error?
I got it working with the following command
TMPDIR=/mnt/d/tmp/ pip install -U turicreate
Change the temporary folder path to your liking('/mnt/d/tmp/').