Skip to main content
deleted 10 characters in body
Source Link

Like @steve-robillard@jacob suggested pip install --no-cache-dir matplotlib helped to avoid the out of memory error.

However, matplotlib did not build because 'libpng' is not available on the raspberry and cannot be fetched by pip. In this case sudo apt-get install python-matplotlib worked just fine.

Like @steve-robillard suggested pip install --no-cache-dir matplotlib helped to avoid the out of memory error.

However, matplotlib did not build because 'libpng' is not available on the raspberry and cannot be fetched by pip. In this case sudo apt-get install python-matplotlib worked just fine.

Like @jacob suggested pip install --no-cache-dir matplotlib helped to avoid the out of memory error.

However, matplotlib did not build because 'libpng' is not available on the raspberry and cannot be fetched by pip. In this case sudo apt-get install python-matplotlib worked just fine.

Source Link

Like @steve-robillard suggested pip install --no-cache-dir matplotlib helped to avoid the out of memory error.

However, matplotlib did not build because 'libpng' is not available on the raspberry and cannot be fetched by pip. In this case sudo apt-get install python-matplotlib worked just fine.