Forums

Memory required for Tenserflow image recognition program?

Howdy fine hive - newby to Python and Pythonanywhere (as well as tenserflow) so please be gentle here. I'm working on a very simple image recognition program using tenserflow and I need to install tensorflow and (from what I understand) Flask, numpy, Pillow and urlib3

pip install Flask tensorflow numpy Pillow urllib3

But I'm getting a ERROR: Could not install packages due to an OSError: [Errno 122] Disk quota exceeded

However I upgraded to the Hacker package which should be 1gb of memory and it's erroring out after around 500mb.

Am I missing something here?

Thanks!

Actually I limited this to just installing Tensorflow and even that is giving me a Disk Quota Exceeded error and it should be only about 500mb. What am I missing here?

Some packages require more disk space to compile than the installed package itself.