I'm using the bash terminal to install fastai for use in my webapp. Everytime I try to install, it gets about halfway through, and then I get an error message that says "Your console is printing so much that it's interfering with other users, so it has been closed". I've learned that it's specifically the pytorch installation that causes a failure.
I upgraded to a paid plain, then went into the tmp directory and deleted all the partially downloaded files to clear up space, then I tried downloading pytorch separately. I think this may have worked, but now when running 'pip install fastai', I just see 'collecting torch' until I get "ERROR: Could not install packages due to an EnvironmentError: [Errno 122] Disk quota exceeded" (even when I haven't exceeded my disk quota). Pytorch is still causing an error, the error is just different.
Do you know how to fix? Does this have something to do with it? https://github.com/rtfd/readthedocs.org/issues/5516
Many thanks.